IApplicationGatewayBackend Interface

Definition

A client-side representation of an application gateway backend.

public interface IApplicationGatewayBackend : Microsoft.Azure.Management.Network.Fluent.IHasBackendNics, 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.ApplicationGatewayBackendAddressPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackend = interface
    interface IHasInner<ApplicationGatewayBackendAddressPoolInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
    interface IHasBackendNics
Public Interface IApplicationGatewayBackend
Implements IChildResource(Of IApplicationGateway), IHasBackendNics, IHasInner(Of ApplicationGatewayBackendAddressPoolInner), IHasParent(Of IApplicationGateway)
Implements

Properties

Addresses

Gets addresses on the backend of the application gateway.

BackendNicIPConfigurationNames

Gets a map of names of the IP configurations of network interfaces assigned to this backend, indexed by their NIC's resource id.

(Inherited from IHasBackendNics)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)

Methods

ContainsFqdn(String)

Checks whether the specified FQDN is referenced by this backend address pool.

ContainsIPAddress(String)

Checks whether the specified IP address is referenced by this backend address pool.

Applies to