Class ResourceScopeType


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

      • 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 Detail

      • ResourceScopeType

        public ResourceScopeType()
    • Method Detail

      • 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.