Uses of Class
com.azure.resourcemanager.network.models.SubnetAssociation
Packages that use SubnetAssociation
Package
Description
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 SubnetAssociationModifier and TypeMethodDescriptionstatic SubnetAssociationSubnetAssociation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubnetAssociation from the JsonReader.SecurityRuleAssociations.subnetAssociation()Get the subnetAssociation property: Subnet and it's custom security rules.SubnetAssociation.withSecurityRules(List<SecurityRuleInner> securityRules) Set the securityRules property: Collection of custom security rules.Methods in com.azure.resourcemanager.network.models with parameters of type SubnetAssociationModifier and TypeMethodDescriptionSecurityRuleAssociations.withSubnetAssociation(SubnetAssociation subnetAssociation) Set the subnetAssociation property: Subnet and it's custom security rules.