public interface VirtualMachineScaleSetNetworkInterfaces extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<VirtualMachineScaleSetNetworkInterface>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.NetworkInterfacesInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetNetworkInterface |
getByVirtualMachineInstanceId(String instanceId,
String name)
Gets a network interface associated with a virtual machine scale set instance.
|
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> |
listByVirtualMachineInstanceId(String instanceId)
Lists all the network interfaces associated with a virtual machine instance in the scale set.
|
list, listAsyncVirtualMachineScaleSetNetworkInterface getByVirtualMachineInstanceId(String instanceId, String name)
instanceId - the virtual machine scale set vm instance idname - the network interface namecom.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineInstanceId(String instanceId)
instanceId - virtual machine scale set vm instance id/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/