NetworkInterfacesOperationsExtensions.ListVirtualMachineScaleSetNetworkInterfaces Method

Definition

Gets all network interfaces in a virtual machine scale set.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface> ListVirtualMachineScaleSetNetworkInterfaces (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName);
static member ListVirtualMachineScaleSetNetworkInterfaces : Microsoft.Azure.Management.Network.INetworkInterfacesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface>
<Extension()>
Public Function ListVirtualMachineScaleSetNetworkInterfaces (operations As INetworkInterfacesOperations, resourceGroupName As String, virtualMachineScaleSetName As String) As IPage(Of NetworkInterface)

Parameters

operations
INetworkInterfacesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

virtualMachineScaleSetName
String

The name of the virtual machine scale set.

Returns

Applies to