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

IWithSubnet 接口

定义

应用程序网关 IP 配置更新的阶段,允许修改应用程序网关所属的子网。

public interface IWithSubnet : Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Update.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate>
type IWithSubnet = interface
    interface IWithSubnet<IUpdate>
Public Interface IWithSubnet
Implements IWithSubnet(Of IUpdate)
派生
实现

方法

WithExistingSubnet(INetwork, String)

指定应用程序网关应属于的现有子网,并从中获取其专用 IP 地址。

WithExistingSubnet(ISubnet)

指定应用程序网关应属于的现有子网,并从中获取其专用 IP 地址。

WithExistingSubnet(String, String)

将指定的子网分配给此资源。

(继承自 IWithSubnet<ReturnT>)

适用于