Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityGroup
-
Packages that use NetworkSecurityGroup Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NetworkSecurityGroup in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models with type arguments of type NetworkSecurityGroup Modifier and Type Method Description NetworkInterface.DefinitionStages.WithCreateNetworkInterface.DefinitionStages.WithNetworkSecurityGroup. withNewNetworkSecurityGroup(Creatable<NetworkSecurityGroup> creatable)Create a new network security group to associate with network interface, based on the provided definition.NetworkInterface.UpdateNetworkInterface.UpdateStages.WithNetworkSecurityGroup. withNewNetworkSecurityGroup(Creatable<NetworkSecurityGroup> creatable)Create a new network security group to associate with network interface, based on the provided definition.
-