IApplicationGatewayBackend Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable 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
Remarks
(Beta: This functionality is in preview and as such is subject to change in non-backwards compatible ways in future releases, including removal, regardless of any compatibility expectations set by the containing library version number.).
Properties
Addresses |
Gets addresses on the backend of the application gateway, indexed by their FQDN. |
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>) |
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. |