@Beta(value=V1_14_0)
public static interface VirtualMachineScaleSet.DefinitionStages.WithNetworkSecurityGroup
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withExistingNetworkSecurityGroup(com.microsoft.azure.management.network.NetworkSecurityGroup networkSecurityGroup)
Specifies the network security group for the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withExistingNetworkSecurityGroupId(String networkSecurityGroupId)
Specifies the network security group for the virtual machine scale set.
|
@Beta(value=V1_14_0) VirtualMachineScaleSet.DefinitionStages.WithCreate withExistingNetworkSecurityGroup(com.microsoft.azure.management.network.NetworkSecurityGroup networkSecurityGroup)
networkSecurityGroup - the network security group to associate@Beta(value=V1_14_0) VirtualMachineScaleSet.DefinitionStages.WithCreate withExistingNetworkSecurityGroupId(String networkSecurityGroupId)
networkSecurityGroupId - the network security group to associate/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/