Compartir a través de


AzureReachabilityReportParameters Class

Geographic and time constraints for Azure reachability report.

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

Inheritance
azure.mgmt.network._serialization.Model
AzureReachabilityReportParameters

Constructor

AzureReachabilityReportParameters(*, provider_location: _models.AzureReachabilityReportLocation, start_time: datetime, end_time: datetime, providers: List[str] | None = None, azure_locations: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
provider_location

Parameters that define a geographic location. Required.

providers

List of Internet service providers.

azure_locations

Optional Azure regions to scope the query to.

start_time

The start time for the Azure reachability report. Required.

end_time

The end time for the Azure reachability report. Required.

Variables

Name Description
provider_location

Parameters that define a geographic location. Required.

providers

List of Internet service providers.

azure_locations

Optional Azure regions to scope the query to.

start_time

The start time for the Azure reachability report. Required.

end_time

The end time for the Azure reachability report. Required.