IWithAddress<ParentT> Interface

Definition

The stage of an application gateway backend definition allowing to add an address to the backend.

public interface IWithAddress<ParentT>
type IWithAddress<'ParentT> = interface
Public Interface IWithAddress(Of ParentT)

Type Parameters

ParentT

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

Derived

Methods

WithFqdn(String)

Adds the specified existing fully qualified domain name (FQDN) to the backend. This call can be made in a sequence to add multiple FQDNs.

WithIPAddress(String)

Adds the specified existing IP address to the backend. This call can be made in a sequence to add multiple IP addresses.

Applies to