CloudFileClient.ListSharesSegmentedAsync 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
ListSharesSegmentedAsync(FileContinuationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : Microsoft.WindowsAzure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : Microsoft.WindowsAzure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (currentToken As FileContinuationToken) As Task(Of ShareResultSegment)
Parâmetros
- currentToken
- FileContinuationToken
Retornos
- Atributos
Aplica-se a
ListSharesSegmentedAsync(String, FileContinuationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (string prefix, Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.WindowsAzure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.WindowsAzure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, currentToken As FileContinuationToken) As Task(Of ShareResultSegment)
Parâmetros
- prefix
- String
- currentToken
- FileContinuationToken
Retornos
- Atributos
Aplica-se a
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (string prefix, Microsoft.WindowsAzure.Storage.File.ShareListingDetails detailsIncluded, int? maxResults, Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.WindowsAzure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.WindowsAzure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext) As Task(Of ShareResultSegment)
Parâmetros
- prefix
- String
- detailsIncluded
- ShareListingDetails
- currentToken
- FileContinuationToken
- options
- FileRequestOptions
- operationContext
- OperationContext
Retornos
- Atributos
Aplica-se a
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync (string prefix, Microsoft.WindowsAzure.Storage.File.ShareListingDetails detailsIncluded, int? maxResults, Microsoft.WindowsAzure.Storage.File.FileContinuationToken currentToken, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.WindowsAzure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.WindowsAzure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.WindowsAzure.Storage.File.FileContinuationToken * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ShareResultSegment)
Parâmetros
- prefix
- String
- detailsIncluded
- ShareListingDetails
- currentToken
- FileContinuationToken
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken
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