你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithExistingSubnet 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用程序网关定义的阶段,允许指定应用网关从中获取其专用 IP 地址的子网。
public interface IWithExistingSubnet : Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Definition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>
type IWithExistingSubnet = interface
interface IWithSubnet<IWithCreate>
Public Interface IWithExistingSubnet
Implements IWithSubnet(Of IWithCreate)
- 派生
- 实现
方法
WithExistingSubnet(INetwork, String) |
指定应用程序网关从中获取其专用 IP 地址的子网。 这将创建新的 IP 配置(如果尚不存在)。 专用 (内部) 前端(如果已启用)也将配置为使用此子网。 |
WithExistingSubnet(ISubnet) |
指定应用程序网关从中获取其专用 IP 地址的子网。 这将创建新的 IP 配置(如果尚不存在)。 专用 (内部) 前端(如果已启用)也将配置为使用此子网。 |
WithExistingSubnet(String, String) |
将指定的子网分配给此资源。 (继承自 IWithSubnet<ReturnT>) |