Uses of Class
com.azure.resourcemanager.network.models.SubnetAssociation
-
Packages that use SubnetAssociation Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of SubnetAssociation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SubnetAssociation Modifier and Type Method Description SubnetAssociationSecurityRuleAssociations. subnetAssociation()Get the subnetAssociation property: Subnet and it's custom security rules.SubnetAssociationSubnetAssociation. withSecurityRules(List<SecurityRuleInner> securityRules)Set the securityRules property: Collection of custom security rules.Methods in com.azure.resourcemanager.network.models with parameters of type SubnetAssociation Modifier and Type Method Description SecurityRuleAssociationsSecurityRuleAssociations. withSubnetAssociation(SubnetAssociation subnetAssociation)Set the subnetAssociation property: Subnet and it's custom security rules.
-