Bagikan melalui


BlobContainersImpl.IBlobContainers.ListAsync Method

Definition

Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token.

System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Storage.Fluent.IListContainerItems>> IBlobContainers.ListAsync (string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.Management.Storage.Fluent.IBlobContainers.ListAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Storage.Fluent.IListContainerItems>>
override this.Microsoft.Azure.Management.Storage.Fluent.IBlobContainers.ListAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Storage.Fluent.IListContainerItems>>
Function ListAsync (resourceGroupName As String, accountName As String, cancellationToken As CancellationToken) As Task(Of IPagedCollection(Of IListContainerItems)) Implements IBlobContainers.ListAsync

Parameters

resourceGroupName
String

The name of the resource group within the user's subscription. The name is case insensitive.

accountName
String

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

cancellationToken
CancellationToken

Returns

Implements

Applies to