CloudBlobClient.ListContainersSegmentedAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ListContainersSegmentedAsync(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, CancellationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (string prefix, Microsoft.WindowsAzure.Storage.Blob.ContainerListingDetails detailsIncluded, int? maxResults, Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken currentToken, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : string * Microsoft.WindowsAzure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : string * Microsoft.WindowsAzure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (prefix As String, detailsIncluded As ContainerListingDetails, maxResults As Nullable(Of Integer), currentToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ContainerResultSegment)
Parâmetros
- prefix
- String
- detailsIncluded
- ContainerListingDetails
- currentToken
- BlobContinuationToken
- options
- BlobRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken
Retornos
- Atributos
Aplica-se a
ListContainersSegmentedAsync(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (string prefix, Microsoft.WindowsAzure.Storage.Blob.ContainerListingDetails detailsIncluded, int? maxResults, Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken currentToken, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : string * Microsoft.WindowsAzure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : string * Microsoft.WindowsAzure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (prefix As String, detailsIncluded As ContainerListingDetails, maxResults As Nullable(Of Integer), currentToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext) As Task(Of ContainerResultSegment)
Parâmetros
- prefix
- String
- detailsIncluded
- ContainerListingDetails
- currentToken
- BlobContinuationToken
- options
- BlobRequestOptions
- operationContext
- OperationContext
Retornos
- Atributos
Aplica-se a
ListContainersSegmentedAsync(BlobContinuationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken currentToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (currentToken As BlobContinuationToken) As Task(Of ContainerResultSegment)
Parâmetros
- currentToken
- BlobContinuationToken
Retornos
- Atributos
Aplica-se a
ListContainersSegmentedAsync(String, BlobContinuationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (string prefix, Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken currentToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : string * Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : string * Microsoft.WindowsAzure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (prefix As String, currentToken As BlobContinuationToken) As Task(Of ContainerResultSegment)
Parâmetros
- prefix
- String
- currentToken
- BlobContinuationToken
Retornos
- Atributos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET