Class AvailabilityZoneMappings
java.lang.Object
com.azure.resourcemanager.resources.models.AvailabilityZoneMappings
Availability zone mappings for the region.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AvailabilityZoneMappings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the logicalZone property: The logical zone id for the availability zone.Get the physicalZone property: The fully qualified physical zone id of availability zone to which logical zone id is mapped to.voidvalidate()Validates the instance.
-
Constructor Details
-
AvailabilityZoneMappings
public AvailabilityZoneMappings()Creates an instance of AvailabilityZoneMappings class.
-
-
Method Details
-
logicalZone
Get the logicalZone property: The logical zone id for the availability zone.- Returns:
- the logicalZone value.
-
physicalZone
Get the physicalZone property: The fully qualified physical zone id of availability zone to which logical zone id is mapped to.- Returns:
- the physicalZone value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-