Class ResourceScopeType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ResourceScopeType>
com.microsoft.azure.management.appservice.ResourceScopeType
public final class ResourceScopeType
extends com.microsoft.rest.ExpandableStringEnum<ResourceScopeType>
Defines values for ResourceScopeType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceScopeType
Static value ServerFarm for ResourceScopeType.static final ResourceScopeType
Static value Subscription for ResourceScopeType.static final ResourceScopeType
Static value WebSite for ResourceScopeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceScopeType
fromString
(String name) Creates or finds a ResourceScopeType from its string representation.static Collection<ResourceScopeType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
SERVER_FARM
Static value ServerFarm for ResourceScopeType. -
SUBSCRIPTION
Static value Subscription for ResourceScopeType. -
WEB_SITE
Static value WebSite for ResourceScopeType.
-
-
Constructor Details
-
ResourceScopeType
public ResourceScopeType()
-
-
Method Details
-
fromString
Creates or finds a ResourceScopeType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ResourceScopeType
-
values
- Returns:
- known ResourceScopeType values
-