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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python