| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetNetworkInterface |
VirtualMachineScaleSetNetworkInterfaces.getByVirtualMachineInstanceId(String instanceId,
String name)
Gets a network interface associated with a virtual machine scale set instance.
|
VirtualMachineScaleSetNetworkInterface |
NetworkInterfaces.getByVirtualMachineScaleSetInstanceId(String resourceGroupName,
String scaleSetName,
String instanceId,
String name)
Gets a network interface associated with a virtual machine scale set instance.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSetNetworkInterfaces.listByVirtualMachineInstanceId(String instanceId)
Lists all the network interfaces associated with a virtual machine instance in the scale set.
|
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSet(String resourceGroupName,
String scaleSetName)
List the network interfaces associated with a virtual machine scale set.
|
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSetId(String id)
List the network interfaces associated with a virtual machine scale set.
|
com.microsoft.azure.PagedList<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSetInstanceId(String resourceGroupName,
String scaleSetName,
String instanceId)
List the network interfaces associated with a specific virtual machine instance in a scale set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/