ParentT - the stage of the application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontend<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort<ParentT> |
fromPrivateFrontend()
Enables the rule to apply to the application gateway's private (internal) frontend.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort<ParentT> |
fromPublicFrontend()
Enables the rule to apply to the application gateway's public (Internet-facing) frontend.
|
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort<ParentT> fromPublicFrontend()
If the public frontend IP configuration does not yet exist, it will be created under an auto-generated name.
If the application gateway does not have a public IP address specified for its public frontend, one will be created automatically, unless a specific public IP address is specified in the application gateway definition's optional settings.
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort<ParentT> fromPrivateFrontend()
If the private frontend IP configuration does not yet exist, it will be created under an auto-generated name.
If the application gateway does not have a subnet specified for its private frontend, one will be created automatically, unless a specific subnet is specified in the application gateway definition's optional settings.
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/