IWithBackend Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET