public final class ProfileResourceState extends Object
| 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(String value)
Creates a custom value for ProfileResourceState.
|
public static final ProfileResourceState CREATING
public static final ProfileResourceState ACTIVE
public static final ProfileResourceState DELETING
public static final ProfileResourceState DISABLED
public ProfileResourceState(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/