Class PairedRegion
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.PairedRegion
-
public final class PairedRegion extends Object
Information regarding paired region.
-
-
Constructor Summary
Constructors Constructor Description PairedRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: The fully qualified ID of the location.Stringname()Get the name property: The name of the paired region.StringsubscriptionId()Get the subscriptionId property: The subscription ID.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name of the paired region.- Returns:
- the name value.
-
id
public String id()
Get the id property: The fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.- Returns:
- the id value.
-
subscriptionId
public String subscriptionId()
Get the subscriptionId property: The subscription ID.- Returns:
- the subscriptionId value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-