| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceReference |
NetworkInterfaceReference.withPrimary(Boolean primary)
Set specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterfaceReference> |
NetworkProfile.networkInterfaces()
Get specifies the list of resource Ids for the network interfaces associated with the virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile |
NetworkProfile.withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces)
Set specifies the list of resource Ids for the network interfaces associated with 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.
*/