ParentT - the stage of the parent application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> |
withFqdn(String fqdn)
Adds the specified existing fully qualified domain name (FQDN) to the backend.
|
ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> |
withIPAddress(String ipAddress)
Adds the specified existing IP address to the backend.
|
ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> withIPAddress(String ipAddress)
ipAddress - an IP addressApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> withFqdn(String fqdn)
fqdn - a fully qualified domain name (FQDN)/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/