IWithFrontend<ParentT>.WithPrivateFrontend Method

Definition

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

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

Returns

Applies to