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

IWithSubnet<ParentT> 接口

定义

允许指定应用程序网关位于的子网的应用程序网关 IP 配置定义的阶段。

public interface IWithSubnet<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Definition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Definition.IWithAttach<ParentT>>
type IWithSubnet<'ParentT> = interface
    interface IWithSubnet<IWithAttach<'ParentT>>
Public Interface IWithSubnet(Of ParentT)
Implements IWithSubnet(Of IWithAttach(Of ParentT))

类型参数

ParentT

附加此定义后要返回到的应用程序网关定义的阶段。

派生
实现

方法

WithExistingSubnet(INetwork, String)

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

WithExistingSubnet(ISubnet)

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

WithExistingSubnet(String, String)

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

(继承自 IWithSubnet<ReturnT>)

适用于