Partilhar via


BlobContainersImpl.IBlobContainers.ListAsync Método

Definição

Lista todos os contêineres e não dá suporte a um prefixo como plano de dados. Além disso, o SRP hoje não retorna o token de continuação.

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

Parâmetros

resourceGroupName
String

O nome do grupo de recursos na assinatura do usuário. O nome diferencia maiúsculas de minúsculas.

accountName
String

O nome da conta de armazenamento dentro do grupo de recursos especificado. Os nomes da conta de armazenamento devem ter entre 3 e 24 caracteres, usar números e apenas letras minúsculas.

cancellationToken
CancellationToken

Retornos

Implementações

Aplica-se a