Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceAssociation
Packages that use NetworkInterfaceAssociation
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterfaceAssociation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceAssociationModifier and TypeMethodDescriptionstatic NetworkInterfaceAssociationNetworkInterfaceAssociation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkInterfaceAssociation from the JsonReader.SecurityRuleAssociations.networkInterfaceAssociation()Get the networkInterfaceAssociation property: Network interface and it's custom security rules.NetworkInterfaceAssociation.withSecurityRules(List<SecurityRuleInner> securityRules) Set the securityRules property: Collection of custom security rules.Methods in com.azure.resourcemanager.network.models with parameters of type NetworkInterfaceAssociationModifier and TypeMethodDescriptionSecurityRuleAssociations.withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation) Set the networkInterfaceAssociation property: Network interface and it's custom security rules.