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

IWithPrivateIPAddress 接口

定义

如果启用了默认专用前端,则应用程序网关定义的阶段允许指定应用网关在内部可用的默认 IP 地址。

public interface IWithPrivateIPAddress : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>
type IWithPrivateIPAddress = interface
    interface IWithPrivateIPAddress<IWithCreate>
Public Interface IWithPrivateIPAddress
Implements IWithPrivateIPAddress(Of IWithCreate)
派生
实现

方法

WithPrivateIPAddressDynamic()

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

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

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

(继承自 IWithPrivateIPAddress<ReturnT>)

适用于