CloudBlobContainer.ExistsAsync Methode

Definition

Überlädt

ExistsAsync()

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

ExistsAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

ExistsAsync(BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

ExistsAsync(Boolean, BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

ExistsAsync()

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

[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)

Gibt zurück

Ein Task<TResult>-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

ExistsAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

[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)

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

ExistsAsync(BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

[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)

Parameter

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task<TResult>-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

[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)

Parameter

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

ExistsAsync(Boolean, BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, der überprüft, ob der Container vorhanden ist.

[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)

Parameter

primaryOnly
Boolean

Wenn true, wird der Befehl für den primären Speicherort ausgeführt.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: