Class CheckZonePeersResultInner
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluent.models.CheckZonePeersResultInner
-
public final class CheckZonePeersResultInner extends Object
Result of the Check zone peers operation.
-
-
Constructor Summary
Constructors Constructor Description CheckZonePeersResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AvailabilityZonePeers>availabilityZonePeers()Get the availabilityZonePeers property: The Availability Zones shared by the subscriptions.Stringlocation()Get the location property: the location of the subscription.StringsubscriptionId()Get the subscriptionId property: The subscription ID.voidvalidate()Validates the instance.CheckZonePeersResultInnerwithAvailabilityZonePeers(List<AvailabilityZonePeers> availabilityZonePeers)Set the availabilityZonePeers property: The Availability Zones shared by the subscriptions.CheckZonePeersResultInnerwithLocation(String location)Set the location property: the location of the subscription.
-
-
-
Method Detail
-
subscriptionId
public String subscriptionId()
Get the subscriptionId property: The subscription ID.- Returns:
- the subscriptionId value.
-
location
public String location()
Get the location property: the location of the subscription.- Returns:
- the location value.
-
withLocation
public CheckZonePeersResultInner withLocation(String location)
Set the location property: the location of the subscription.- Parameters:
location- the location value to set.- Returns:
- the CheckZonePeersResultInner object itself.
-
availabilityZonePeers
public List<AvailabilityZonePeers> 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.
-
-