AzureReachabilityReportParameters Class
Geographic and time constraints for Azure reachability report.
All required parameters must be populated in order to send to server.
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. Default value: None
|
|
azure_locations
|
Optional Azure regions to scope the query to. Default value: None
|
|
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. |