public final class CustomDomainResourceState extends Object
| Modifier and Type | Field and Description |
|---|---|
static CustomDomainResourceState |
ACTIVE
Static value Active for CustomDomainResourceState.
|
static CustomDomainResourceState |
CREATING
Static value Creating for CustomDomainResourceState.
|
static CustomDomainResourceState |
DELETING
Static value Deleting for CustomDomainResourceState.
|
| Constructor and Description |
|---|
CustomDomainResourceState(String value)
Creates a custom value for CustomDomainResourceState.
|
public static final CustomDomainResourceState CREATING
public static final CustomDomainResourceState ACTIVE
public static final CustomDomainResourceState DELETING
public CustomDomainResourceState(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.
*/