ParentT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayListener.UpdateDefinitionStages.WithFrontend<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT> |
withPrivateFrontend()
Associates the listener with the application gateway's private (internal) frontend.
|
ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT> |
withPublicFrontend()
Associates the listener with the application gateway's public (Internet-facing) frontend.
|
ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT> withPrivateFrontend()
If the private frontend does not exist yet, it will be created under an auto-generated name and associated with the application gateway's subnet.
ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT> withPublicFrontend()
If the public frontend does not exist yet, it will be created under an auto-generated name and associated with the application gateway's public IP address.
Copyright © 2021 Microsoft Corporation. All rights reserved.