SignalRExtensions.GetUsages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List resource usage quotas by ___location.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{___location}/usages
- Operation Id: Usages_List
- Default Api Version: 2022-02-01
public static Azure.Pageable<Azure.ResourceManager.SignalR.Models.SignalRUsage> GetUsages(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, System.Threading.CancellationToken cancellationToken = default);
static member GetUsages : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SignalR.Models.SignalRUsage>
<Extension()>
Public Function GetUsages (subscriptionResource As SubscriptionResource, ___location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SignalRUsage)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- ___location
- AzureLocation
the ___location like "eastus".
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SignalRUsage that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.