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

IWithPrivateIP 接口

定义

允许指定专用 IP 的网络接口 IP 配置更新阶段。

public interface IWithPrivateIP : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Update.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>
type IWithPrivateIP = interface
    interface IWithPrivateIPAddress<IUpdate>
Public Interface IWithPrivateIP
Implements IWithPrivateIPAddress(Of IUpdate)
派生
实现

方法

WithPrivateIPAddressDynamic()

在关联的子网中启用动态专用 IP 地址分配。

(继承自 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

在关联的子网中分配指定的静态专用 IP 地址。

(继承自 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPVersion(IPVersion)

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

适用于