Uses of Class
com.microsoft.azure.management.network.NetworkInterfaceAssociation
-
Packages that use NetworkInterfaceAssociation Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkInterfaceAssociation in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkInterfaceAssociation Modifier and Type Method Description NetworkInterfaceAssociationSecurityRuleAssociations. networkInterfaceAssociation()Get the networkInterfaceAssociation value.NetworkInterfaceAssociationNetworkInterfaceAssociation. withSecurityRules(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> securityRules)Set the securityRules value.Methods in com.microsoft.azure.management.network with parameters of type NetworkInterfaceAssociation Modifier and Type Method Description SecurityRuleAssociationsSecurityRuleAssociations. withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)Set the networkInterfaceAssociation value.
-