Share via


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

IApplicationGatewayFrontend 接口

定义

应用程序网关前端的客户端表示形式。

public interface IApplicationGatewayFrontend : Microsoft.Azure.Management.Network.Fluent.IHasPrivateIPAddress, Microsoft.Azure.Management.Network.Fluent.IHasPublicIPAddress, 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.ApplicationGatewayFrontendIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasSubnet
type IApplicationGatewayFrontend = interface
    interface IHasInner<ApplicationGatewayFrontendIPConfigurationInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
    interface IHasPrivateIPAddress
    interface IHasSubnet
    interface IHasPublicIPAddress
Public Interface IApplicationGatewayFrontend
Implements IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayFrontendIPConfigurationInner), IHasParent(Of IApplicationGateway), IHasPrivateIPAddress, IHasPublicIPAddress, IHasSubnet
实现

属性

Inner

应用程序网关前端的客户端表示形式。

(继承自 IHasInner<T>)
IsPrivate

如果前端可通过专用 IP 地址访问,则获取 true。

IsPublic

如果可通过公共 IP 地址访问前端,则为 true,否则为 false。

Key

应用程序网关前端的客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
NetworkId

应用程序网关前端的客户端表示形式。

(继承自 IHasSubnet)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
PrivateIPAddress

获取与此资源关联的专用 IP 地址。

(继承自 IHasPrivateIPAddress)
PrivateIPAllocationMethod

获取关联子网中的专用 IP 地址分配方法。

(继承自 IHasPrivateIPAddress)
PublicIPAddressId

获取关联的公共 IP 地址的资源 ID。

(继承自 IHasPublicIPAddress)
SubnetName

应用程序网关前端的客户端表示形式。

(继承自 IHasSubnet)

方法

GetPublicIPAddress()

应用程序网关前端的客户端表示形式。

(继承自 IHasPublicIPAddress)
GetSubnet()

应用程序网关前端的客户端表示形式。

适用于