Uses of Class
com.microsoft.azure.management.compute.NetworkProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of NetworkProfile in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionVirtualMachineUpdate.withNetworkProfile
(NetworkProfile networkProfile) Set specifies the network interfaces of the virtual machine.