Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceAssociation
-
Packages that use NetworkInterfaceAssociation Package Description com.azure.resourcemanager.network.models 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 NetworkInterfaceAssociation Modifier and Type Method Description NetworkInterfaceAssociationSecurityRuleAssociations. networkInterfaceAssociation()Get the networkInterfaceAssociation property: Network interface and it's custom security rules.NetworkInterfaceAssociationNetworkInterfaceAssociation. withSecurityRules(List<SecurityRuleInner> securityRules)Set the securityRules property: Collection of custom security rules.Methods in com.azure.resourcemanager.network.models with parameters of type NetworkInterfaceAssociation Modifier and Type Method Description SecurityRuleAssociationsSecurityRuleAssociations. withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)Set the networkInterfaceAssociation property: Network interface and it's custom security rules.
-