Uses of Class
com.azure.resourcemanager.network.models.SecurityRuleAssociations
-
Packages that use SecurityRuleAssociations Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of SecurityRuleAssociations in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SecurityRuleAssociations Modifier and Type Method Description SecurityRuleAssociationsSecurityGroupNetworkInterface. securityRuleAssociations()Get the securityRuleAssociations property: All security rules associated with the network interface.SecurityRuleAssociationsSecurityRuleAssociations. withDefaultSecurityRules(List<SecurityRuleInner> defaultSecurityRules)Set the defaultSecurityRules property: Collection of default security rules of the network security group.SecurityRuleAssociationsSecurityRuleAssociations. withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)Set the effectiveSecurityRules property: Collection of effective security rules.SecurityRuleAssociationsSecurityRuleAssociations. withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)Set the networkInterfaceAssociation property: Network interface and it's custom security rules.SecurityRuleAssociationsSecurityRuleAssociations. withSubnetAssociation(SubnetAssociation subnetAssociation)Set the subnetAssociation property: Subnet and it's custom security rules.Methods in com.azure.resourcemanager.network.models with parameters of type SecurityRuleAssociations Modifier and Type Method Description SecurityGroupNetworkInterfaceSecurityGroupNetworkInterface. withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)Set the securityRuleAssociations property: All security rules associated with the network interface.
-