Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityGroup
Packages that use NetworkSecurityGroup
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkSecurityGroup in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type NetworkSecurityGroup in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceNetwork security group.interfaceNetwork security group.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe template for an update operation, containing all the settings that can be modified.interfaceEntry point to network security group management.interfaceEntry point to network security group management.interfaceEntry point to network security group management.interfaceEntry point to network security group management.interfaceEntry point to network security group management.interfaceA network security rule in a network security group.Methods in com.azure.resourcemanager.network.models that return NetworkSecurityGroupModifier and TypeMethodDescriptiondefault NetworkSecurityGroupNetworkSecurityGroups.getByResourceGroup(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the information aboutNetworkSecurityGroupbased on the resource name and the name of its resource group.NetworkInterfaceBase.getNetworkSecurityGroup()Gets the network security group associated this network interface.NicIpConfigurationBase.getNetworkSecurityGroup()Gets the network security group.Subnet.getNetworkSecurityGroup()Gets the network security group associated with this subnet.Methods in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.