Class AseRegionProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.AseRegionProperties

public final class AseRegionProperties extends Object
ASE region resource specific properties.
  • Constructor Details

    • AseRegionProperties

      public AseRegionProperties()
      Creates an instance of AseRegionProperties class.
  • 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.
    • withAvailableSku

      public AseRegionProperties withAvailableSku(List<String> availableSku)
      Set the availableSku property: Available Skus in region.
      Parameters:
      availableSku - the availableSku value to set.
      Returns:
      the AseRegionProperties object itself.
    • availableOS

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

      public AseRegionProperties withAvailableOS(List<String> availableOS)
      Set the availableOS property: Available OSs in region.
      Parameters:
      availableOS - the availableOS value to set.
      Returns:
      the AseRegionProperties object itself.
    • validate

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