AzureReachabilityReport Class
Azure reachability report details.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelAzureReachabilityReport
Constructor
AzureReachabilityReport(*, aggregation_level: str, provider_location: _models.AzureReachabilityReportLocation, reachability_report: List[_models.AzureReachabilityReportItem], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
aggregation_level
|
The aggregation level of Azure reachability report. Can be Country, State or City. Required. |
provider_location
|
Parameters that define a geographic location. Required. |
reachability_report
|
List of Azure reachability report items. Required. |
Variables
Name | Description |
---|---|
aggregation_level
|
The aggregation level of Azure reachability report. Can be Country, State or City. Required. |
provider_location
|
Parameters that define a geographic location. Required. |
reachability_report
|
List of Azure reachability report items. Required. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python