Class AseRegionProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.AseRegionProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<AseRegionProperties>

public final class AseRegionProperties extends Object implements com.azure.json.JsonSerializable<AseRegionProperties>
ASE region resource specific properties.
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: Display name for region.
      Returns:
      the displayName value.
    • standard

      public Boolean standard()
      Get the standard property: Is region standard.
      Returns:
      the standard value.
    • dedicatedHost

      public Boolean dedicatedHost()
      Get the dedicatedHost property: Dedicated host enabled.
      Returns:
      the dedicatedHost value.
    • zoneRedundant

      public Boolean zoneRedundant()
      Get the zoneRedundant property: Zone redundant deployment enabled.
      Returns:
      the zoneRedundant value.
    • availableSku

      public List<String> availableSku()
      Get the availableSku property: Available Skus in region.
      Returns:
      the availableSku value.
    • availableOS

      public List<String> availableOS()
      Get the availableOS property: Available OSs in region.
      Returns:
      the availableOS value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AseRegionProperties>
      Throws:
      IOException
    • fromJson

      public static AseRegionProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AseRegionProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AseRegionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the AseRegionProperties.