IUsageOperations.ListAsync Method (CancellationToken)
Namespace: Microsoft.Azure.Management.Storage
Assembly: Microsoft.Azure.Management.Storage (in Microsoft.Azure.Management.Storage.dll)
Syntax
Task<UsageListResponse> ListAsync(
CancellationToken cancellationToken
)
Function ListAsync (
cancellationToken As CancellationToken
) As Task(Of UsageListResponse)
Parameters
- cancellationToken
Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task<UsageListResponse>
See Also
IUsageOperations Interface
Microsoft.Azure.Management.Storage Namespace
Return to top