Uses of Class
com.microsoft.azure.management.network.NetworkInterfaceAssociation
Packages that use NetworkInterfaceAssociation
Package
Description
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 NetworkInterfaceAssociationModifier and TypeMethodDescriptionSecurityRuleAssociations.networkInterfaceAssociation()
Get network interface and it's custom security rules.NetworkInterfaceAssociation.withSecurityRules
(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> securityRules) Set collection of custom security rules.Methods in com.microsoft.azure.management.network with parameters of type NetworkInterfaceAssociationModifier and TypeMethodDescriptionSecurityRuleAssociations.withNetworkInterfaceAssociation
(NetworkInterfaceAssociation networkInterfaceAssociation) Set network interface and it's custom security rules.