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