Uses of Class
com.azure.resourcemanager.network.models.SecurityRuleAssociations
Packages that use SecurityRuleAssociations
Package
Description
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 SecurityRuleAssociationsModifier and TypeMethodDescriptionstatic SecurityRuleAssociationsSecurityRuleAssociations.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityRuleAssociations from the JsonReader.SecurityGroupNetworkInterface.securityRuleAssociations()Get the securityRuleAssociations property: All security rules associated with the network interface.SecurityRuleAssociations.withDefaultSecurityRules(List<SecurityRuleInner> defaultSecurityRules) Set the defaultSecurityRules property: Collection of default security rules of the network security group.SecurityRuleAssociations.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules) Set the effectiveSecurityRules property: Collection of effective security rules.SecurityRuleAssociations.withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation) Set the networkInterfaceAssociation property: Network interface and it's custom security rules.SecurityRuleAssociations.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 SecurityRuleAssociationsModifier and TypeMethodDescriptionSecurityGroupNetworkInterface.withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations) Set the securityRuleAssociations property: All security rules associated with the network interface.