ParentT - the stage of the application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress<ParentT>
A new backend will be created if none is associated with this rule yet.
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT> |
toBackendFqdn(String fqdn)
Adds an FQDN (fully qualified domain name) to the backend associated with this rule.
|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT> |
toBackendIPAddress(String ipAddress)
Adds an IP address to the backend associated with this rule.
|
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT> toBackendIPAddress(String ipAddress)
If no backend has been associated with this rule yet, a new one will be created with an auto-generated name.
This call can be used in a sequence to add multiple IP addresses.
ipAddress - an IP addressApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT> toBackendFqdn(String fqdn)
If no backend has been associated with this rule yet, a new one will be created with an auto-generated name.
This call can be used in a sequence to add multiple FQDNs.
fqdn - a fully qualified domain name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/