Uses of Class
com.microsoft.azure.management.compute.NetworkInterfaceReference
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of NetworkInterfaceReference in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionNetworkInterfaceReference.withPrimary
(Boolean primary) Set specifies the primary network interface in case the virtual machine has more than 1 network interface.Modifier and TypeMethodDescriptionNetworkProfile.networkInterfaces()
Get specifies the list of resource Ids for the network interfaces associated with the virtual machine.Modifier and TypeMethodDescriptionNetworkProfile.withNetworkInterfaces
(List<NetworkInterfaceReference> networkInterfaces) Set specifies the list of resource Ids for the network interfaces associated with the virtual machine.