AzureReachabilityReportItem Class
Azure reachability report details for a given provider location.
- Inheritance
-
azure.mgmt.network._serialization.ModelAzureReachabilityReportItem
Constructor
AzureReachabilityReportItem(*, provider: str | None = None, azure_location: str | None = None, latencies: List[_models.AzureReachabilityReportLatencyInfo] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
provider
|
The Internet service provider. |
azure_location
|
The Azure region. |
latencies
|
List of latency details for each of the time series. |
Variables
Name | Description |
---|---|
provider
|
The Internet service provider. |
azure_location
|
The Azure region. |
latencies
|
List of latency details for each of the time series. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python