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

IPAllocationMethod 类

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

public class IPAllocationMethod

定义 IPAllocationMethod 的值。

字段摘要

修饰符和类型 字段和描述
final IPAllocationMethod DYNAMIC

IPAllocationMethod 的静态值 Dynamic。

final IPAllocationMethod STATIC

静态值 静态 IPAllocationMethod。

构造函数摘要

构造函数 说明
IPAllocationMethod(String value)

为 IPAllocationMethod 创建自定义值。

方法摘要

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

字段详细信息

DYNAMIC

public static final IPAllocationMethod DYNAMIC= new IPAllocationMethod("Dynamic")

IPAllocationMethod 的静态值 Dynamic。

STATIC

public static final IPAllocationMethod STATIC= new IPAllocationMethod("Static")

静态值 静态 IPAllocationMethod。

构造函数详细信息

IPAllocationMethod

public IPAllocationMethod(String value)

为 IPAllocationMethod 创建自定义值。

Parameters:

value - 自定义值

方法详细信息

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

适用于