java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.GeoRegionInner

public final class GeoRegionInner extends ProxyOnlyResource
Geographical region.
  • Constructor Details

    • GeoRegionInner

      public GeoRegionInner()
  • Method Details

    • withKind

      public GeoRegionInner 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.
    • description

      public String description()
      Get the description property: Region description.
      Returns:
      the description value.
    • displayName

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

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

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