Uses of Class
com.microsoft.azure.management.network.SecurityRuleAssociations
Packages that use SecurityRuleAssociations
Package
Description
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 SecurityRuleAssociationsModifier and TypeMethodDescriptionSecurityGroupNetworkInterface.securityRuleAssociations()
Get all security rules associated with the network interface.SecurityRuleAssociations.withDefaultSecurityRules
(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> defaultSecurityRules) Set collection of default security rules of the network security group.SecurityRuleAssociations.withEffectiveSecurityRules
(List<EffectiveNetworkSecurityRule> effectiveSecurityRules) Set collection of effective security rules.SecurityRuleAssociations.withNetworkInterfaceAssociation
(NetworkInterfaceAssociation networkInterfaceAssociation) Set network interface and it's custom security rules.SecurityRuleAssociations.withSubnetAssociation
(SubnetAssociation subnetAssociation) Set subnet and it's custom security rules.Methods in com.microsoft.azure.management.network with parameters of type SecurityRuleAssociationsModifier and TypeMethodDescriptionSecurityGroupNetworkInterface.withSecurityRuleAssociations
(SecurityRuleAssociations securityRuleAssociations) Set all security rules associated with the network interface.