Class CheckZonePeersResultInner
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.CheckZonePeersResultInner
Result of the Check zone peers operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CheckZonePeersResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the availabilityZonePeers property: The Availability Zones shared by the subscriptions.location()Get the location property: the location of the subscription.Get the subscriptionId property: The subscription ID.voidvalidate()Validates the instance.withAvailabilityZonePeers(List<AvailabilityZonePeers> availabilityZonePeers) Set the availabilityZonePeers property: The Availability Zones shared by the subscriptions.withLocation(String location) Set the location property: the location of the subscription.
-
Constructor Details
-
CheckZonePeersResultInner
public CheckZonePeersResultInner()Creates an instance of CheckZonePeersResultInner class.
-
-
Method Details
-
subscriptionId
Get the subscriptionId property: The subscription ID.- Returns:
- the subscriptionId value.
-
location
Get the location property: the location of the subscription.- Returns:
- the location value.
-
withLocation
Set the location property: the location of the subscription.- Parameters:
location- the location value to set.- Returns:
- the CheckZonePeersResultInner object itself.
-
availabilityZonePeers
Get the availabilityZonePeers property: The Availability Zones shared by the subscriptions.- Returns:
- the availabilityZonePeers value.
-
withAvailabilityZonePeers
public CheckZonePeersResultInner withAvailabilityZonePeers(List<AvailabilityZonePeers> availabilityZonePeers) Set the availabilityZonePeers property: The Availability Zones shared by the subscriptions.- Parameters:
availabilityZonePeers- the availabilityZonePeers value to set.- Returns:
- the CheckZonePeersResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-