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

IApplicationGatewayIPConfiguration 接口

定义

应用程序网关 IP 配置的客户端表示形式。

public interface IApplicationGatewayIPConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayIPConfiguration = interface
    interface IHasInner<ApplicationGatewayIPConfigurationInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayIPConfiguration
Implements IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayIPConfigurationInner), IHasParent(Of IApplicationGateway)
实现

属性

Inner

应用程序网关 IP 配置的客户端表示形式。

(继承自 IHasInner<T>)
Key

应用程序网关 IP 配置的客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
NetworkId

获取应用程序网关所位于的虚拟网络的资源 ID。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
SubnetName

获取应用程序网关所位于的子网的名称。

方法

GetSubnet()

应用程序网关 IP 配置的客户端表示形式。

适用于