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