CloudBlobContainer.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() |
Lance une opération asynchrone qui vérifie si le conteneur existe. |
ExistsAsync(CancellationToken) |
Lance une opération asynchrone qui vérifie si le conteneur existe. |
ExistsAsync(BlobRequestOptions, OperationContext) |
Lance une opération asynchrone qui vérifie si le conteneur existe. |
ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken) |
Lance une opération asynchrone qui vérifie si le conteneur existe. |
ExistsAsync(Boolean, BlobRequestOptions, OperationContext, CancellationToken) |
Lance une opération asynchrone qui vérifie si le conteneur existe. |
ExistsAsync()
Lance une opération asynchrone qui vérifie si le conteneur existe.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : unit -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overridable Function ExistsAsync () As Task(Of Boolean)
Retours
Objet Task<TResult> qui représente l’opération asynchrone.
- Attributs
S’applique à
ExistsAsync(CancellationToken)
Lance une opération asynchrone qui vérifie si le conteneur existe.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable 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<TResult> qui représente l’opération asynchrone.
- Attributs
S’applique à
ExistsAsync(BlobRequestOptions, OperationContext)
Lance une opération asynchrone qui vérifie si le conteneur existe.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<bool>
Public Overridable 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<TResult> qui représente l’opération asynchrone.
- Attributs
S’applique à
ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)
Lance une opération asynchrone qui vérifie si le conteneur existe.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable 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<TResult> qui représente l’opération asynchrone.
- Attributs
S’applique à
ExistsAsync(Boolean, BlobRequestOptions, OperationContext, CancellationToken)
Lance une opération asynchrone qui vérifie si le conteneur existe.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<bool> ExistsAsync (bool primaryOnly, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ExistsAsync : bool * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.ExistsAsync : bool * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable Function ExistsAsync (primaryOnly As Boolean, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of Boolean)
Paramètres
- primaryOnly
- Boolean
Si true
la valeur est , la commande sera exécutée sur l’emplacement principal.
- 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<TResult> qui représente l’opération asynchrone.
- Attributs
S’applique à
Azure SDK for .NET