Share via


LabServicesExtensions.GetUsages Method

Definition

Returns list of usage per SKU family for the specified subscription in the specified region.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.LabServices/locations/{___location}/usages
  • Operation Id: Usages_ListByLocation
  • Default Api Version: 2022-08-01
<item>MockingTo mock this method, please mock GetUsages(AzureLocation, String, CancellationToken) instead.</item>
public static Azure.Pageable<Azure.ResourceManager.LabServices.Models.LabServicesUsage> GetUsages(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetUsages : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LabServices.Models.LabServicesUsage>
<Extension()>
Public Function GetUsages (subscriptionResource As SubscriptionResource, ___location As AzureLocation, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LabServicesUsage)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

___location
AzureLocation

The ___location name.

filter
String

The filter to apply to the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to