public final class ResourceScopeType extends com.azure.core.util.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() |
public 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 for.public static Collection<ResourceScopeType> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.