Uses of Class
com.azure.resourcemanager.network.models.EffectiveNetworkSecurityGroupAssociation
Packages that use EffectiveNetworkSecurityGroupAssociation
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveNetworkSecurityGroupAssociation in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type EffectiveNetworkSecurityGroupAssociationModifier and TypeClassDescriptionfinal classThe effective network security group association.Methods in com.azure.resourcemanager.network.models that return EffectiveNetworkSecurityGroupAssociationModifier and TypeMethodDescriptionEffectiveNetworkSecurityGroup.association()Get the association property: Associated resources.EffectiveNetworkSecurityGroupAssociation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveNetworkSecurityGroupAssociation from the JsonReader.EffectiveNetworkSecurityGroupAssociation.withNetworkInterface(com.azure.core.management.SubResource networkInterface) Set the networkInterface property: The ID of the network interface if assigned.EffectiveNetworkSecurityGroupAssociation.withNetworkManager(com.azure.core.management.SubResource networkManager) Set the networkManager property: The ID of the Azure network manager if assigned.EffectiveNetworkSecurityGroupAssociation.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: The ID of the subnet if assigned.Methods in com.azure.resourcemanager.network.models with parameters of type EffectiveNetworkSecurityGroupAssociationModifier and TypeMethodDescriptionEffectiveNetworkSecurityGroup.withAssociation(EffectiveNetworkSecurityGroupAssociation association) Set the association property: Associated resources.