你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDefinition<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
整个应用程序网关 IP 配置定义。
public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Definition.IWithSubnet<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Definition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Definition.IWithAttach<ParentT>>
type IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithSubnet<'ParentT>
interface IWithSubnet<IWithAttach<'ParentT>>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithSubnet(Of IWithAttach(Of ParentT)), IWithSubnet(Of ParentT)
类型参数
- ParentT
附加此定义后要返回到的父应用程序网关定义的阶段。
- 实现
方法
Attach() |
整个应用程序网关 IP 配置定义。 (继承自 IInDefinition<ParentT>) |
WithExistingSubnet(INetwork, String) |
指定应用程序网关应属于的现有子网,并从中获取其专用 IP 地址。 (继承自 IWithSubnet<ParentT>) |
WithExistingSubnet(ISubnet) |
指定应用程序网关应属于的现有子网,并从中获取其专用 IP 地址。 (继承自 IWithSubnet<ParentT>) |
WithExistingSubnet(String, String) |
将指定的子网分配给此资源。 (继承自 IWithSubnet<ReturnT>) |