ICloudBlob.ExistsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken) |
Lance une opération asynchrone pour case activée existence de l’objet blob. |
ExistsAsync(BlobRequestOptions, OperationContext) |
Lance une opération asynchrone pour case activée existence de l’objet blob. |
ExistsAsync() |
Lance une opération asynchrone pour case activée existence de l’objet blob. |
ExistsAsync(CancellationToken) |
Lance une opération asynchrone pour case activée existence de l’objet blob. |
ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)
Lance une opération asynchrone pour case activée existence de l’objet blob.
public System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member ExistsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function ExistsAsync (options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of Boolean)
Paramètres
- options
- BlobRequestOptions
Objet BlobRequestOptions qui spécifie les options supplémentaires de la demande.
- operationContext
- OperationContext
Objet OperationContext qui représente le contexte de l'opération actuelle.
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
Objet Task de type bool
qui représente l’opération asynchrone.
S’applique à
ExistsAsync(BlobRequestOptions, OperationContext)
Lance une opération asynchrone pour case activée existence de l’objet blob.
public System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member ExistsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<bool>
Public Function ExistsAsync (options As BlobRequestOptions, operationContext As OperationContext) As Task(Of Boolean)
Paramètres
- options
- BlobRequestOptions
Objet BlobRequestOptions qui spécifie les options supplémentaires de la demande.
- operationContext
- OperationContext
Objet OperationContext qui représente le contexte de l'opération actuelle.
Retours
Objet Task de type bool
qui représente l’opération asynchrone.
S’applique à
ExistsAsync()
Lance une opération asynchrone pour case activée existence de l’objet blob.
public System.Threading.Tasks.Task<bool> ExistsAsync ();
abstract member ExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function ExistsAsync () As Task(Of Boolean)
Retours
Objet Task de type bool
qui représente l’opération asynchrone.
S’applique à
ExistsAsync(CancellationToken)
Lance une opération asynchrone pour case activée existence de l’objet blob.
public System.Threading.Tasks.Task<bool> ExistsAsync (System.Threading.CancellationToken cancellationToken);
abstract member ExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function ExistsAsync (cancellationToken As CancellationToken) As Task(Of Boolean)
Paramètres
- cancellationToken
- CancellationToken
CancellationToken à observer en attendant qu'une tâche se termine.
Retours
Objet Task de type bool
qui représente l’opération asynchrone.
S’applique à
Azure SDK for .NET