Uses of Class
com.microsoft.azure.management.network.SubnetAssociation
-
Packages that use SubnetAssociation Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of SubnetAssociation in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return SubnetAssociation Modifier and Type Method Description SubnetAssociationSecurityRuleAssociations. subnetAssociation()Get the subnetAssociation value.SubnetAssociationSubnetAssociation. withSecurityRules(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> securityRules)Set the securityRules value.Methods in com.microsoft.azure.management.network with parameters of type SubnetAssociation Modifier and Type Method Description SecurityRuleAssociationsSecurityRuleAssociations. withSubnetAssociation(SubnetAssociation subnetAssociation)Set the subnetAssociation value.
-