Class ResourceScopeType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResourceScopeType>
com.azure.resourcemanager.appservice.models.ResourceScopeType

public final class ResourceScopeType extends com.azure.core.util.ExpandableStringEnum<ResourceScopeType>
Defines values for ResourceScopeType.
  • Field Details

    • SERVER_FARM

      public static final ResourceScopeType SERVER_FARM
      Static value ServerFarm for ResourceScopeType.
    • SUBSCRIPTION

      public static final ResourceScopeType SUBSCRIPTION
      Static value Subscription for ResourceScopeType.
    • WEB_SITE

      public static final ResourceScopeType WEB_SITE
      Static value WebSite for ResourceScopeType.
  • Constructor Details

    • ResourceScopeType

      public ResourceScopeType()
  • Method Details

    • fromString

      public static ResourceScopeType fromString(String name)
      Creates or finds a ResourceScopeType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ResourceScopeType.
    • values

      public static Collection<ResourceScopeType> values()
      Gets known ResourceScopeType values.
      Returns:
      known ResourceScopeType values.