Aracılığıyla paylaş


UsagesOperationsExtensions.List(IUsagesOperations, String) Method

Definition

List network usages for a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.Usage> List (this Microsoft.Azure.Management.Network.IUsagesOperations operations, string location);
static member List : Microsoft.Azure.Management.Network.IUsagesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.Usage>
<Extension()>
Public Function List (operations As IUsagesOperations, location As String) As IPage(Of Usage)

Parameters

operations
IUsagesOperations

The operations group for this extension method.

location
String

The location where resource usage is queried.

Returns

Applies to