Uses of Class
com.microsoft.azure.management.compute.NetworkProfile
Packages that use NetworkProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of NetworkProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return NetworkProfileModifier and TypeMethodDescriptionVirtualMachineUpdate.networkProfile()
Get specifies the network interfaces of the virtual machine.NetworkProfile.withNetworkInterfaces
(List<NetworkInterfaceReference> networkInterfaces) Set specifies the list of resource Ids for the network interfaces associated with the virtual machine.Methods in com.microsoft.azure.management.compute with parameters of type NetworkProfileModifier and TypeMethodDescriptionVirtualMachineUpdate.withNetworkProfile
(NetworkProfile networkProfile) Set specifies the network interfaces of the virtual machine.