java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.AseRegionInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class AseRegionInner extends ProxyOnlyResource
ASE region.
  • Constructor Details

    • AseRegionInner

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

    • withKind

      public AseRegionInner withKind(String kind)
      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • 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 AseRegionInner withAvailableSku(List<String> availableSku)
      Set the availableSku property: Available Skus in region.
      Parameters:
      availableSku - the availableSku value to set.
      Returns:
      the AseRegionInner object itself.
    • availableOS

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

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

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