IWithGatewayUse.WithoutAnyGatewayUse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disables any gateway use by this network and the remote one. This will have effect on the remote network only if the remote network is in the same subscription as this network. Otherwise, only this network's use of the remote network's gateway will be stopped, but the use of this network's gateway by the remote network will only be disallowed. You will have to update the remote network's peering explicitly to properly stop its use of this network's gateway.
public Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Update.IUpdate WithoutAnyGatewayUse ();
abstract member WithoutAnyGatewayUse : unit -> Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Update.IUpdate
Public Function WithoutAnyGatewayUse () As IUpdate