Class AvailabilityZonePeers
java.lang.Object
com.azure.resourcemanager.resources.models.AvailabilityZonePeers
List of availability zones shared by the subscriptions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AvailabilityZonePeers
public AvailabilityZonePeers()Creates an instance of AvailabilityZonePeers class.
-
-
Method Details
-
availabilityZone
Get the availabilityZone property: The availabilityZone.- Returns:
- the availabilityZone value.
-
peers
Get the peers property: Details of shared availability zone.- Returns:
- the peers value.
-
withPeers
Set the peers property: Details of shared availability zone.- Parameters:
peers- the peers value to set.- Returns:
- the AvailabilityZonePeers object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-