public static interface VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnet
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer |
withExistingPrimaryNetworkSubnet(com.microsoft.azure.management.network.Network network,
String subnetName)
Associate an existing virtual network subnet with the primary network interface of the virtual machines
in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer withExistingPrimaryNetworkSubnet(com.microsoft.azure.management.network.Network network, String subnetName)
network - an existing virtual networksubnetName - the subnet name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/