IWithAddress Interface

Definition

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

public interface IWithAddress
type IWithAddress = interface
Public Interface IWithAddress
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.

WithoutAddress(ApplicationGatewayBackendAddress)

Ensure the specified address is not associated with this backend.

WithoutFqdn(String)

Ensures the specified fully qualified domain name (FQDN) is not associated with this backend.

WithoutIPAddress(String)

Ensures the specified IP address is not associated with this backend.

Applies to