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

NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT> 接口

类型参数

ParentT

最终的返回类型 attach()

public interface WithPrivateIP extends HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<WithAttach>

网络接口 IP 配置定义的阶段,允许在虚拟网络子网中指定专用 IP 地址。

方法摘要

修饰符和类型 方法和描述
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> withPrivateIPVersion(IPVersion ipVersion)

指定专用 IP 地址的 IP 版本。

继承成员

方法详细信息

withPrivateIPVersion

public WithAttach withPrivateIPVersion(IPVersion ipVersion)

指定专用 IP 地址的 IP 版本。

Parameters:

ipVersion - IP 版本

Returns:

定义的下一阶段

适用于