AzureReachabilityReportParameters Class
Geographic and time constraints for Azure reachability report.
Constructor
AzureReachabilityReportParameters(*args: Any, **kwargs: Any)
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. |
Attributes
azure_locations
Optional Azure regions to scope the query to.
azure_locations: list[str] | None
end_time
The end time for the Azure reachability report. Required.
end_time: datetime
provider_location
Parameters that define a geographic location. Required.
provider_location: _models.AzureReachabilityReportLocation
providers
List of Internet service providers.
providers: list[str] | None
start_time
The start time for the Azure reachability report. Required.
start_time: datetime