你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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