IWithFrontend<ParentT>.WithPublicFrontend Method

Definition

Associates the listener with the application gateway's public (Internet-facing) frontend. 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.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithFrontendPort<ParentT> WithPublicFrontend ();
abstract member WithPublicFrontend : unit -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithFrontendPort<'ParentT>
Public Function WithPublicFrontend () As IWithFrontendPort(Of ParentT)

Returns

Applies to