ParentT - the stage of the application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress<ParentT>
A new backend will be created if none is associated with this rule yet.
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> |
toBackendFqdn(String fqdn)
Adds an FQDN (fully qualified domain name) to the backend associated with this URL path map.
|
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> |
toBackendIPAddress(String ipAddress)
Adds an IP address to the backend associated with this URL path map.
|
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> |
toBackendIPAddresses(String... ipAddresses)
Adds the specified IP addresses to the backend associated with this URL path map.
|
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> toBackendIPAddress(String ipAddress)
If no backend has been associated with this URL path map 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 addressApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> toBackendIPAddresses(String... ipAddresses)
ipAddresses - IP addresses to addApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT> toBackendFqdn(String fqdn)
If no backend has been associated with this URL path map 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 nameCopyright © 2020 Microsoft Corporation. All rights reserved.