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