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

EffectiveRouteState 类

  • java.lang.Object
    • com.microsoft.azure.management.network.EffectiveRouteState

public class EffectiveRouteState

定义 EffectiveRouteState 的值。

字段摘要

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

EffectiveRouteState 的静态值 Active。

final EffectiveRouteState INVALID

静态值 对于 EffectiveRouteState 无效。

构造函数摘要

构造函数 说明
EffectiveRouteState(String value)

为 EffectiveRouteState 创建自定义值。

方法摘要

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

字段详细信息

ACTIVE

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

EffectiveRouteState 的静态值 Active。

INVALID

public static final EffectiveRouteState INVALID= new EffectiveRouteState("Invalid")

静态值 对于 EffectiveRouteState 无效。

构造函数详细信息

EffectiveRouteState

public EffectiveRouteState(String value)

为 EffectiveRouteState 创建自定义值。

Parameters:

value - 自定义值

方法详细信息

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

适用于