ParentT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayBackend.DefinitionStages.WithAddress<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT> |
withFqdn(String fqdn)
Adds the specified existing fully qualified domain name (FQDN) to the backend.
|
ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT> |
withIPAddress(String ipAddress)
Adds the specified existing IP address to the backend.
|
ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT> withIPAddress(String ipAddress)
This call can be made in a sequence to add multiple IP addresses.
ipAddress - an IP addressApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT> withFqdn(String fqdn)
This call can be made in a sequence to add multiple FQDNs.
fqdn - a fully qualified domain name (FQDN)Copyright © 2021 Microsoft Corporation. All rights reserved.