public final class ResourceScopeType extends ExpandableStringEnum<ResourceScopeType>
| Modifier and Type | Field and Description |
|---|---|
static ResourceScopeType |
SERVER_FARM
Static value ServerFarm for ResourceScopeType.
|
static ResourceScopeType |
SUBSCRIPTION
Static value Subscription for ResourceScopeType.
|
static ResourceScopeType |
WEB_SITE
Static value WebSite for ResourceScopeType.
|
| Constructor and Description |
|---|
ResourceScopeType() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceScopeType |
fromString(String name)
Creates or finds a ResourceScopeType from its string representation.
|
static Collection<ResourceScopeType> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final ResourceScopeType SERVER_FARM
public static final ResourceScopeType SUBSCRIPTION
public static final ResourceScopeType WEB_SITE
public static ResourceScopeType fromString(String name)
name - a name to look forpublic static Collection<ResourceScopeType> values()
Copyright © 2019. All rights reserved.