AzureReachabilityReportParameters Class

Geographic and time constraints for Azure reachability report.

All required parameters must be populated in order to send to Azure.

Inheritance
AzureReachabilityReportParameters

Constructor

AzureReachabilityReportParameters(*, provider_location: azure.mgmt.network.v2017_10_01.models._models_py3.AzureReachabilityReportLocation, start_time: datetime.datetime, end_time: datetime.datetime, providers: typing.Union[typing.List[str], NoneType] = None, azure_locations: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

provider_location
AzureReachabilityReportLocation

Required. Parameters that define a geographic location.

providers
list[str]

List of Internet service providers.

azure_locations
list[str]

Optional Azure regions to scope the query to.

start_time
datetime

Required. The start time for the Azure reachability report.

end_time
datetime

Required. The end time for the Azure reachability report.