ConnectionMonitorEndpointLocationDetails Class
Connection monitor endpoint location details only being used for 'AzureArcNetwork' type endpoints, which contains the region details.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionMonitorEndpointLocationDetails
Constructor
ConnectionMonitorEndpointLocationDetails(*, region: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
region
|
Region for connection monitor endpoint. |
Variables
Name | Description |
---|---|
region
|
Region for connection monitor endpoint. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python