Class PairedRegion
java.lang.Object
com.azure.resourcemanager.resources.models.PairedRegion
Information regarding paired region.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PairedRegion
public PairedRegion()Creates an instance of PairedRegion class.
-
-
Method Details
-
name
Get the name property: The name of the paired region.- Returns:
- the name value.
-
id
Get the id property: The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus.- Returns:
- the id value.
-
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.
-