你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointResourceState 类

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.EndpointResourceState

public final class EndpointResourceState
extends com.microsoft.rest.ExpandableStringEnum<EndpointResourceState>

定义 EndpointResourceState 的值。

字段摘要

修饰符和类型 字段和描述
static final EndpointResourceState CREATING

静态值 为终结点资源状态创建。

static final EndpointResourceState DELETING

静态值 删除终结点资源状态。

static final EndpointResourceState RUNNING

针对终结点资源状态运行的静态值。

static final EndpointResourceState STARTING

终结点资源状态的静态值 Starting。

static final EndpointResourceState STOPPED

终结点资源状态的静态值已停止。

static final EndpointResourceState STOPPING

停止终结点资源状态的静态值。

构造函数摘要

构造函数 说明
EndpointResourceState()

方法摘要

修饰符和类型 方法和描述
static EndpointResourceState fromString(String name)

从其字符串表示形式创建或查找终结点资源状态。

static java.util.Collection<EndpointResourceState> values()

方法继承自 com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

字段详细信息

CREATING

public static final EndpointResourceState CREATING

为 EndpointResourceState 创建静态值。

DELETING

public static final EndpointResourceState DELETING

EndpointResourceState 的静态值删除。

RUNNING

public static final EndpointResourceState RUNNING

为 EndpointResourceState 运行的静态值。

STARTING

public static final EndpointResourceState STARTING

Static value Starting for EndpointResourceState。

STOPPED

public static final EndpointResourceState STOPPED

EndpointResourceState 的静态值已停止。

STOPPING

public static final EndpointResourceState STOPPING

EndpointResourceState 的静态值 Stopping。

构造函数详细信息

EndpointResourceState

public EndpointResourceState()

方法详细信息

fromString

public static EndpointResourceState fromString(String name)

从其字符串表示形式创建或查找 EndpointResourceState。

Parameters:

name - 要查找的名称

Returns:

相应的 EndpointResourceState

values

public static Collection values()

Returns:

已知 EndpointResourceState 值

适用于