ApplicationGateway.UpdateStages.WithBackend 接口
定义
The stage of an application gateway update allowing to modify backends.
public interface WithBackend
方法
defineBackend(String name) |
Begins the definition of a new application gateway backend to be attached to the gateway. |
updateBackend(String name) |
Begins the update of an existing backend on this application gateway. |
withoutBackend(String backendName) |
Removes the specified backend. Note that removing a backend referenced by other settings may break the application gateway. |
withoutBackendFqdn(String fqdn) |
Ensures the specified fully qualified domain name (FQDN) is not associated with any backend. |
withoutBackendIPAddress(String ipAddress) |
Ensures the specified IP address is not associated with any backend. |