Class AvailabilityZoneMappings

java.lang.Object
com.azure.resourcemanager.resources.models.AvailabilityZoneMappings

public final class AvailabilityZoneMappings extends Object
Availability zone mappings for the region.
  • Constructor Details

    • AvailabilityZoneMappings

      public AvailabilityZoneMappings()
      Creates an instance of AvailabilityZoneMappings class.
  • Method Details

    • logicalZone

      public String logicalZone()
      Get the logicalZone property: The logical zone id for the availability zone.
      Returns:
      the logicalZone value.
    • physicalZone

      public String 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.