Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityGroup
-
Packages that use NetworkSecurityGroup Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityGroup in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkSecurityGroup Modifier and Type Method Description NetworkSecurityGroupNetworkInterfaceBase. getNetworkSecurityGroup()Gets the network security group associated this network interface.NetworkSecurityGroupNicIPConfigurationBase. getNetworkSecurityGroup()NetworkSecurityGroupSubnet. getNetworkSecurityGroup()Methods in com.microsoft.azure.management.network with parameters of type NetworkSecurityGroup Modifier and Type Method Description NetworkInterface.DefinitionStages.WithCreateNetworkInterface.DefinitionStages.WithNetworkSecurityGroup. withExistingNetworkSecurityGroup(NetworkSecurityGroup networkSecurityGroup)Associates an existing network security group with the network interface.NetworkInterface.UpdateNetworkInterface.UpdateStages.WithNetworkSecurityGroup. withExistingNetworkSecurityGroup(NetworkSecurityGroup networkSecurityGroup)Associates an existing network security group with the network interface.Subnet.DefinitionStages.WithAttach<ParentT>Subnet.DefinitionStages.WithNetworkSecurityGroup. withExistingNetworkSecurityGroup(NetworkSecurityGroup nsg)Assigns an existing network security group to this subnet.Subnet.UpdateDefinitionStages.WithAttach<ParentT>Subnet.UpdateDefinitionStages.WithNetworkSecurityGroup. withExistingNetworkSecurityGroup(NetworkSecurityGroup nsg)Assigns an existing network security group to this subnet.Subnet.UpdateSubnet.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 NetworkSecurityGroup Modifier and Type Method Description NetworkInterface.DefinitionStages.WithCreateNetworkInterface.DefinitionStages.WithNetworkSecurityGroup. withNewNetworkSecurityGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable<NetworkSecurityGroup> creatable)Create a new network security group to associate with network interface, based on the provided definition.NetworkInterface.UpdateNetworkInterface.UpdateStages.WithNetworkSecurityGroup. withNewNetworkSecurityGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable<NetworkSecurityGroup> creatable)Create a new network security group to associate with network interface, based on the provided definition.
-