MockableSignalRSubscriptionResource.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 virtual Azure.Pageable<Azure.ResourceManager.SignalR.Models.SignalRUsage> GetUsages (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUsages : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SignalR.Models.SignalRUsage>
override this.GetUsages : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SignalR.Models.SignalRUsage>
Public Overridable Function GetUsages (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SignalRUsage)
Parameters
- 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.