IWithAddress<ParentT> 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 definition allowing to add an address to the backend.
public interface IWithAddress<ParentT>
type IWithAddress<'ParentT> = interface
Public Interface IWithAddress(Of ParentT)
Type Parameters
- ParentT
The stage of the parent application gateway definition to return to after attaching this definition.
- Derived
Methods
WithFqdn(String) |
Adds the specified existing fully qualified domain name (FQDN) to the backend. This call can be made in a sequence to add multiple FQDNs. |
WithIPAddress(String) |
Adds the specified existing IP address to the backend. This call can be made in a sequence to add multiple IP addresses. |