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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NetworkInterfaceAssociationModifier and TypeClassDescriptionfinal classNetwork interface and its custom security rules.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.