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

CustomDomainResourceState 类

  • java.lang.Object
    • com.microsoft.azure.management.cdn.CustomDomainResourceState

public class CustomDomainResourceState

定义 CustomDomainResourceState 的值。

字段摘要

修饰符和类型 字段和描述
final CustomDomainResourceState ACTIVE

CustomDomainResourceState 的静态值 Active。

final CustomDomainResourceState CREATING

Static value Creating for CustomDomainResourceState。

final CustomDomainResourceState DELETING

Static value Deleting for CustomDomainResourceState。

构造函数摘要

构造函数 说明
CustomDomainResourceState(String value)

为 CustomDomainResourceState 创建自定义值。

方法摘要

修饰符和类型 方法和描述
boolean equals(Object obj)
int hashCode()
String toString()

字段详细信息

ACTIVE

public static final CustomDomainResourceState ACTIVE= new CustomDomainResourceState("Active")

CustomDomainResourceState 的静态值 Active。

CREATING

public static final CustomDomainResourceState CREATING= new CustomDomainResourceState("Creating")

Static value Creating for CustomDomainResourceState。

DELETING

public static final CustomDomainResourceState DELETING= new CustomDomainResourceState("Deleting")

Static value Deleting for CustomDomainResourceState。

构造函数详细信息

CustomDomainResourceState

public CustomDomainResourceState(String value)

为 CustomDomainResourceState 创建自定义值。

Parameters:

value - 自定义值

方法详细信息

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

适用于