IWithNetworkSubnet.WithExistingPrimaryNetworkSubnet(INetwork, String) Method

Definition

Associate an existing virtual network subnet with the primary network interface of the virtual machines in the scale set.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithPrimaryInternetFacingLoadBalancer WithExistingPrimaryNetworkSubnet (Microsoft.Azure.Management.Network.Fluent.INetwork network, string subnetName);
abstract member WithExistingPrimaryNetworkSubnet : Microsoft.Azure.Management.Network.Fluent.INetwork * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithPrimaryInternetFacingLoadBalancer
Public Function WithExistingPrimaryNetworkSubnet (network As INetwork, subnetName As String) As IWithPrimaryInternetFacingLoadBalancer

Parameters

network
INetwork

An existing virtual network.

subnetName
String

The subnet name.

Returns

Applies to