UsagesOperationsExtensions.List(IUsagesOperations, String) Method

Definition

Gets the current usage information as well as limits for Batch AI resources for given subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Usage> List (this Microsoft.Azure.Management.BatchAI.IUsagesOperations operations, string location);
static member List : Microsoft.Azure.Management.BatchAI.IUsagesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.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 for which resource usage is queried.

Returns

Applies to