Uses of Class
com.microsoft.azure.management.network.SecurityRuleAssociations
-
Packages that use SecurityRuleAssociations Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of SecurityRuleAssociations in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return SecurityRuleAssociations Modifier and Type Method Description SecurityRuleAssociationsSecurityGroupNetworkInterface. securityRuleAssociations()Get the securityRuleAssociations value.SecurityRuleAssociationsSecurityRuleAssociations. withDefaultSecurityRules(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> defaultSecurityRules)Set the defaultSecurityRules value.SecurityRuleAssociationsSecurityRuleAssociations. withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)Set the effectiveSecurityRules value.SecurityRuleAssociationsSecurityRuleAssociations. withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)Set the networkInterfaceAssociation value.SecurityRuleAssociationsSecurityRuleAssociations. withSubnetAssociation(SubnetAssociation subnetAssociation)Set the subnetAssociation value.Methods in com.microsoft.azure.management.network with parameters of type SecurityRuleAssociations Modifier and Type Method Description SecurityGroupNetworkInterfaceSecurityGroupNetworkInterface. withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)Set the securityRuleAssociations value.
-