IWithNetwork.WithExistingNetwork(INetwork) Method

Definition

Associate an existing virtual network with the virtual network gateway .

public Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType WithExistingNetwork (Microsoft.Azure.Management.Network.Fluent.INetwork network);
abstract member WithExistingNetwork : Microsoft.Azure.Management.Network.Fluent.INetwork -> Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithGatewayType
Public Function WithExistingNetwork (network As INetwork) As IWithGatewayType

Parameters

network
INetwork

An existing virtual network.

Returns

Applies to