IApplicationGatewayFrontend Interface

Definition

A client-side representation of an application gateway frontend.

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
Implements

Properties

Inner (Inherited from IHasInner<T>)
IsPrivate

Gets true is the frontend is accessible via an private IP address.

IsPublic

Gets true if the frontend is accessible via a public IP address, else false.

Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
NetworkId (Inherited from IHasSubnet)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
PrivateIPAddress

Gets the private IP address associated with this resource.

(Inherited from IHasPrivateIPAddress)
PrivateIPAllocationMethod

Gets the private IP address allocation method within the associated subnet.

(Inherited from IHasPrivateIPAddress)
PublicIPAddressId

Gets the resource ID of the associated public IP address.

(Inherited from IHasPublicIPAddress)
SubnetName (Inherited from IHasSubnet)

Methods

GetPublicIPAddress() (Inherited from IHasPublicIPAddress)
GetSubnet()

Applies to