Uses of Class
com.azure.resourcemanager.network.models.EffectiveNetworkSecurityGroupAssociation
-
Packages that use EffectiveNetworkSecurityGroupAssociation Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of EffectiveNetworkSecurityGroupAssociation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return EffectiveNetworkSecurityGroupAssociation Modifier and Type Method Description EffectiveNetworkSecurityGroupAssociationEffectiveNetworkSecurityGroup. association()Get the association property: Associated resources.EffectiveNetworkSecurityGroupAssociationEffectiveNetworkSecurityGroupAssociation. withNetworkInterface(com.azure.core.management.SubResource networkInterface)Set the networkInterface property: The ID of the network interface if assigned.EffectiveNetworkSecurityGroupAssociationEffectiveNetworkSecurityGroupAssociation. withNetworkManager(com.azure.core.management.SubResource networkManager)Set the networkManager property: The ID of the Azure network manager if assigned.EffectiveNetworkSecurityGroupAssociationEffectiveNetworkSecurityGroupAssociation. 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 EffectiveNetworkSecurityGroupAssociation Modifier and Type Method Description EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withAssociation(EffectiveNetworkSecurityGroupAssociation association)Set the association property: Associated resources.
-