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 backed 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. |
WithIPAddress(String) |
Adds the specified existing IP address to the backend. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET