Udostępnij za pośrednictwem


IWithAddress<ParentT> Interface

Definition

The stage of an application gateway backed 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.

WithIPAddress(String)

Adds the specified existing IP address to the backend.

Applies to