Aracılığıyla paylaş


NetworkInterfacesOperationsExtensions.ListAll Method

Definition

Gets all network interfaces in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface> ListAll (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations);
static member ListAll : Microsoft.Azure.Management.Network.INetworkInterfacesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface>
<Extension()>
Public Function ListAll (operations As INetworkInterfacesOperations) As IPage(Of NetworkInterface)

Parameters

operations
INetworkInterfacesOperations

The operations group for this extension method.

Returns

Applies to