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

HasPrivateIPAddress 接口

public interface HasPrivateIPAddress

表示模型引用专用 IP 地址的能力的接口。

方法摘要

修饰符和类型 方法和描述
abstract java.lang.String privateIPAddress()
abstract IPAllocationMethod privateIPAllocationMethod()

方法详细信息

privateIPAddress

public abstract String privateIPAddress()

返回:

与此资源关联的专用 IP 地址

privateIPAllocationMethod

public abstract IPAllocationMethod privateIPAllocationMethod()

返回:

关联子网中的专用 IP 地址分配方法

适用于