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