Share via


IApplicationGatewayFrontend Schnittstelle

Definition

Eine clientseitige Darstellung eines Application Gateway-Front-Ends.

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
Implementiert

Eigenschaften

Inner

Eine clientseitige Darstellung eines Application Gateway-Front-Ends.

(Geerbt von IHasInner<T>)
IsPrivate

Ruft true ab, wenn auf das Front-End über eine private IP-Adresse zugegriffen werden kann.

IsPublic

Ruft true ab, wenn auf das Front-End über eine öffentliche IP-Adresse zugegriffen werden kann, andernfalls false.

Key

Eine clientseitige Darstellung eines Application Gateway-Front-Ends.

(Geerbt von IIndexable)
Name

Ruft den Namen der Ressource ab.

(Geerbt von IHasName)
NetworkId

Eine clientseitige Darstellung eines Application Gateway-Front-Ends.

(Geerbt von IHasSubnet)
Parent

Ruft das übergeordnete Element dieser untergeordneten Ressource ab.

(Geerbt von IHasParent<ParentT>)
PrivateIPAddress

Ruft die dieser Ressource zugeordnete private IP-Adresse ab.

(Geerbt von IHasPrivateIPAddress)
PrivateIPAllocationMethod

Ruft die Private IP-Adresszuordnungsmethode im zugeordneten Subnetz ab.

(Geerbt von IHasPrivateIPAddress)
PublicIPAddressId

Ruft die Ressourcen-ID der zugeordneten öffentlichen IP-Adresse ab.

(Geerbt von IHasPublicIPAddress)
SubnetName

Eine clientseitige Darstellung eines Application Gateway-Front-Ends.

(Geerbt von IHasSubnet)

Methoden

GetPublicIPAddress()

Eine clientseitige Darstellung eines Application Gateway-Front-Ends.

(Geerbt von IHasPublicIPAddress)
GetSubnet()

Eine clientseitige Darstellung eines Application Gateway-Front-Ends.

Gilt für: