Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityGroup
Packages that use NetworkSecurityGroup
Package
Description
This package contains the classes for ComputeManagementClient.
This package contains the classes for NetworkManagementClient.
-
Uses of NetworkSecurityGroup in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute with parameters of type NetworkSecurityGroupModifier and TypeMethodDescriptionVirtualMachineScaleSet.DefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup
(NetworkSecurityGroup networkSecurityGroup) Specifies the network security group for the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup
(NetworkSecurityGroup networkSecurityGroup) Specifies the network security group for the virtual machine scale set. -
Uses of NetworkSecurityGroup in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkSecurityGroupModifier and TypeMethodDescriptionNetworkInterfaceBase.getNetworkSecurityGroup()
Gets the network security group associated this network interface.NicIPConfigurationBase.getNetworkSecurityGroup()
Subnet.getNetworkSecurityGroup()
Methods in com.microsoft.azure.management.network with parameters of type NetworkSecurityGroupModifier and TypeMethodDescriptionNetworkInterface.DefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup
(NetworkSecurityGroup networkSecurityGroup) Associates an existing network security group with the network interface.NetworkInterface.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup
(NetworkSecurityGroup networkSecurityGroup) Associates an existing network security group with the network interface.Subnet.DefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup
(NetworkSecurityGroup nsg) Assigns an existing network security group to this subnet.Subnet.UpdateDefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup
(NetworkSecurityGroup nsg) Assigns an existing network security group to this subnet.Subnet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup
(NetworkSecurityGroup nsg) Assigns an existing network security group to this subnet.Method parameters in com.microsoft.azure.management.network with type arguments of type NetworkSecurityGroupModifier and TypeMethodDescriptionNetworkInterface.DefinitionStages.WithNetworkSecurityGroup.withNewNetworkSecurityGroup
(Creatable<NetworkSecurityGroup> creatable) Create a new network security group to associate with network interface, based on the provided definition.NetworkInterface.UpdateStages.WithNetworkSecurityGroup.withNewNetworkSecurityGroup
(Creatable<NetworkSecurityGroup> creatable) Create a new network security group to associate with network interface, based on the provided definition.