IWithGatewayUse.WithGatewayUseByRemoteNetworkStarted 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.
Allows and starts the use of this network's gateway by the remote network (a.k.a. gateway transit). If the remote network is not in the same subscription as this network, then gateway use by the remote gateway will only be allowed on this network, but not started. The matching peering on the remote network must be modified explicitly to start it. If this network is currently configured to use the remote network's gateway, that use will be automatically disabled, as these two settings cannot be used together. Before gateway use by a remote network can be started, a working gateway must already be in place within this network.
public Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate WithGatewayUseByRemoteNetworkStarted ();
abstract member WithGatewayUseByRemoteNetworkStarted : unit -> Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate
Public Function WithGatewayUseByRemoteNetworkStarted () As IWithCreate
Returns
Applies to
Azure SDK for .NET