Share via


DataLakeStoreExtensions.GetUsagesByLocation Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages
  • Operation Id: Locations_GetUsage
public static Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsage> GetUsagesByLocation (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetUsagesByLocation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsage>
<Extension()>
Public Function GetUsagesByLocation (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataLakeStoreUsage)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

The resource location without whitespace.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DataLakeStoreUsage that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to