public interface HasNetworkInterfaces
extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
getPrimaryNetworkInterface()
Gets the primary network interface.
|
List<String> |
networkInterfaceIds() |
String |
primaryNetworkInterfaceId() |
NetworkInterface getPrimaryNetworkInterface()
Note that this method can result in a call to the cloud to fetch the network interface information.
String primaryNetworkInterfaceId()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/