Sdílet prostřednictvím


LocationOperationsExtensions.ListUsage(ILocationOperations, String) Method

Definition

Get the usage for a subscription

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ContainerInstance.Models.Usage> ListUsage (this Microsoft.Azure.Management.ContainerInstance.ILocationOperations operations, string location);
static member ListUsage : Microsoft.Azure.Management.ContainerInstance.ILocationOperations * string -> seq<Microsoft.Azure.Management.ContainerInstance.Models.Usage>
<Extension()>
Public Function ListUsage (operations As ILocationOperations, location As String) As IEnumerable(Of Usage)

Parameters

operations
ILocationOperations

The operations group for this extension method.

location
String

The identifier for the physical azure location.

Returns

Applies to