public final class ResourceScopeType extends com.microsoft.rest.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 forpublic static Collection<ResourceScopeType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/