Share via


UsagesOperationsExtensions.ListByLocation(IUsagesOperations, String) Method

Definition

Gets the current usage count and the limit for the resources of the location under the subscription.

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

Parameters

operations
IUsagesOperations

The operations group for this extension method.

location
String

The location of the Azure Storage resource.

Returns

Applies to