| Modifier and Type | Method and Description |
|---|---|
NetworkProfile |
VirtualMachineUpdate.networkProfile()
Get specifies the network interfaces of the virtual machine.
|
NetworkProfile |
NetworkProfile.withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces)
Set specifies the list of resource Ids for the network interfaces associated with the virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUpdate |
VirtualMachineUpdate.withNetworkProfile(NetworkProfile networkProfile)
Set specifies the network interfaces of the virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/