CheckZonePeersResult Class
Result of the Check zone peers operation.
Constructor
CheckZonePeersResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
subscription_id
|
The subscription ID. |
|
location
|
the location of the subscription. |
|
availability_zone_peers
|
The Availability Zones shared by the subscriptions. |
Attributes
availability_zone_peers
The Availability Zones shared by the subscriptions.
availability_zone_peers: list['_models.AvailabilityZonePeers'] | None
location
the location of the subscription.
location: str | None
subscription_id
The subscription ID.
subscription_id: str | None