public class NetworkProfile extends Object
| Constructor and Description |
|---|
NetworkProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.compute.implementation.NetworkInterfaceReferenceInner> |
networkInterfaces()
Get the networkInterfaces value.
|
NetworkProfile |
withNetworkInterfaces(List<com.microsoft.azure.management.compute.implementation.NetworkInterfaceReferenceInner> networkInterfaces)
Set the networkInterfaces value.
|
public List<com.microsoft.azure.management.compute.implementation.NetworkInterfaceReferenceInner> networkInterfaces()
public NetworkProfile withNetworkInterfaces(List<com.microsoft.azure.management.compute.implementation.NetworkInterfaceReferenceInner> 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.
*/