Compartir vía


VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnet Interface

public interface WithNetworkSubnet

The stage of a virtual machine scale set definition allowing to specify the virtual network subnet for the primary network configuration.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer withExistingPrimaryNetworkSubnet(Network network, String subnetName)

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

Method Details

withExistingPrimaryNetworkSubnet

public WithPrimaryInternetFacingLoadBalancer withExistingPrimaryNetworkSubnet(Network network, String subnetName)

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

Parameters:

network - an existing virtual network
subnetName - the subnet name

Returns:

the next stage of the definition

Applies to