Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetNetworkInterface |
VirtualMachineScaleSetVM.getNetworkInterface(String name)
Gets a network interface associated with this virtual machine instance.
|
VirtualMachineScaleSetNetworkInterface |
VirtualMachineScaleSet.getNetworkInterfaceByInstanceId(String instanceId,
String name)
Gets a network interface associated with a virtual machine scale set instance.
|
Modifier and Type | Method and Description |
---|---|
PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSetVM.listNetworkInterfaces() |
PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSet.listNetworkInterfaces() |
PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSet.listNetworkInterfacesByInstanceId(String virtualMachineInstanceId)
Lists the network interface associated with a specific virtual machine instance in the scale set.
|
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 |
---|---|
PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSetNetworkInterfaces.listByVirtualMachineInstanceId(String instanceId)
Lists all the network interfaces associated with a virtual machine instance in the scale set.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSet(String resourceGroupName,
String scaleSetName)
List the network interfaces associated with a virtual machine scale set.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSetId(String id)
List the network interfaces associated with a virtual machine scale set.
|
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 © 2019. All rights reserved.