Class Peers
java.lang.Object
com.azure.resourcemanager.resources.models.Peers
Information about shared availability zone.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the availabilityZone property: The availabilityZone.Get the subscriptionId property: The subscription ID.voidvalidate()Validates the instance.
-
Constructor Details
-
Peers
public Peers()Creates an instance of Peers class.
-
-
Method Details
-
subscriptionId
Get the subscriptionId property: The subscription ID.- Returns:
- the subscriptionId value.
-
availabilityZone
Get the availabilityZone property: The availabilityZone.- Returns:
- the availabilityZone value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-