Bagikan melalui


IWithBackend Interface

Definition

The stage of an application gateway update allowing to modify backends.

public interface IWithBackend
type IWithBackend = interface
Public Interface IWithBackend
Derived

Methods

DefineBackend(String)

Begins the definition of a new application gateway backend to be attached to the gateway.

UpdateBackend(String)

Begins the update of an existing backend on this application gateway.

WithoutBackend(String)

Removes the specified backend. Note that removing a backend referenced by other settings may break the application gateway.

WithoutBackendFqdn(String)

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

WithoutBackendIPAddress(String)

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

Applies to