UsagesOperationsExtensions.ListAsync Method
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.
C#
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.SignalR.Models.SignalRUsage>> ListAsync (this Microsoft.Azure.Management.SignalR.IUsagesOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.SignalR.IUsagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.SignalR.Models.SignalRUsage>>
<Extension()>
Public Function ListAsync (operations As IUsagesOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SignalRUsage))
- operations
- IUsagesOperations
The operations group for this extension method.
- location
- String
the location like "eastus"
- cancellationToken
- CancellationToken
The cancellation token.
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | Latest |