VirtualMachineScaleSetNetworkInterfaces Interface

public interface VirtualMachineScaleSetNetworkInterfaces extends SupportsListing,HasInner,HasManager

Entry point to virtual machine scale set network interface management API.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSetNetworkInterface getByVirtualMachineInstanceId(String instanceId, String name)

Gets a network interface associated with a virtual machine scale set instance.

PagedList<VirtualMachineScaleSetNetworkInterface> listByVirtualMachineInstanceId(String instanceId)

Lists all the network interfaces associated with a virtual machine instance in the scale set.

Inherited Members

Method Details

getByVirtualMachineInstanceId

public VirtualMachineScaleSetNetworkInterface getByVirtualMachineInstanceId(String instanceId, String name)

Gets a network interface associated with a virtual machine scale set instance.

Parameters:

instanceId - the virtual machine scale set vm instance id
name - the network interface name

Returns:

the network interface

listByVirtualMachineInstanceId

public PagedList listByVirtualMachineInstanceId(String instanceId)

Lists all the network interfaces associated with a virtual machine instance in the scale set.

Parameters:

instanceId - virtual machine scale set vm instance id

Returns:

list of network interfaces

Applies to