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

IWithExistingSubnet 接口

定义

应用程序网关更新的阶段,允许指定应用网关从中获取其专用 IP 地址的子网。

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

方法

WithExistingSubnet(INetwork, String)

指定应用程序网关从中获取其专用 IP 地址的子网。 这将创建新的 IP 配置(如果尚不存在)。 如果启用了专用 (内部) 前端,则将配置为使用此子网。

WithExistingSubnet(ISubnet)

指定应用程序网关从中获取其专用 IP 地址的子网。 这将创建新的 IP 配置(如果尚不存在)。 专用 (内部) 前端(如果已启用)也将配置为使用此子网。

WithExistingSubnet(String, String)

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

(继承自 IWithSubnet<ReturnT>)

适用于