共用方式為


IWithFrontend.WithoutPrivateFrontend Method

Definition

Specifies that the application gateway should not be private, i.e. its endpoints should not be internally accessible from within the virtual network. Note that if there are any other settings referencing the private front end, removing it may break the application gateway.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithoutPrivateFrontend ();
abstract member WithoutPrivateFrontend : unit -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithoutPrivateFrontend () As IUpdate

Returns

Applies to