public final class ProfileResourceState extends com.microsoft.rest.ExpandableStringEnum<ProfileResourceState>
| Modifier and Type | Field and Description |
|---|---|
static ProfileResourceState |
ACTIVE
Static value Active for ProfileResourceState.
|
static ProfileResourceState |
CREATING
Static value Creating for ProfileResourceState.
|
static ProfileResourceState |
DELETING
Static value Deleting for ProfileResourceState.
|
static ProfileResourceState |
DISABLED
Static value Disabled for ProfileResourceState.
|
| Constructor and Description |
|---|
ProfileResourceState() |
| Modifier and Type | Method and Description |
|---|---|
static ProfileResourceState |
fromString(String name)
Creates or finds a ProfileResourceState from its string representation.
|
static Collection<ProfileResourceState> |
values() |
public static final ProfileResourceState CREATING
public static final ProfileResourceState ACTIVE
public static final ProfileResourceState DELETING
public static final ProfileResourceState DISABLED
public static ProfileResourceState fromString(String name)
name - a name to look forpublic static Collection<ProfileResourceState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/