IWithBackendAddress<ParentT> Interface

Definition

The stage of an application gateway request routing rule definition allowing to add an address to the backend used by this request routing rule. A new backend will be created if none is associated with this rule yet.

public interface IWithBackendAddress<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendAddressBeta<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBackendAddress<'ParentT> = interface
    interface IWithBackendAddressBeta<'ParentT>
    interface IBeta
Public Interface IWithBackendAddress(Of ParentT)
Implements IBeta, IWithBackendAddressBeta(Of ParentT)

Type Parameters

ParentT

The stage of the application gateway definition to return to after attaching this definition.

Derived
Implements

Methods

ToBackendFqdn(String)

Adds an FQDN (fully qualified domain name) to the backend associated with this rule. If no backend has been associated with this rule yet, a new one will be created with an auto-generated name. This call can be used in a sequence to add multiple FQDNs.

ToBackendIPAddress(String)

Adds an IP address to the backend associated with this rule. If no backend has been associated with this rule yet, a new one will be created with an auto-generated name. This call can be used in a sequence to add multiple IP addresses.

ToBackendIPAddresses(String[])

Adds the specified IP addresses to the backend associated with this rule.

(Inherited from IWithBackendAddressBeta<ParentT>)

Applies to