IWithAddress 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 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
Azure SDK for .NET