次の方法で共有


InvalidCloudBlob.ExistsAsync Method

Definition

Overloads

ExistsAsync(Boolean, BlobRequestOptions, OperationContext, CancellationToken)
ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)
ExistsAsync()
ExistsAsync(CancellationToken)
ExistsAsync(BlobRequestOptions, OperationContext)

ExistsAsync(Boolean, BlobRequestOptions, OperationContext, CancellationToken)

public override System.Threading.Tasks.Task<bool> ExistsAsync (bool primaryOnly, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
override this.ExistsAsync : bool * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync (primaryOnly As Boolean, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of Boolean)

Parameters

primaryOnly
Boolean
operationContext
OperationContext
cancellationToken
CancellationToken

Returns

Applies to

ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)

public override System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
override this.ExistsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync (options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of Boolean)

Parameters

operationContext
OperationContext
cancellationToken
CancellationToken

Returns

Applies to

ExistsAsync()

public override System.Threading.Tasks.Task<bool> ExistsAsync ();
override this.ExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync () As Task(Of Boolean)

Returns

Applies to

ExistsAsync(CancellationToken)

public override System.Threading.Tasks.Task<bool> ExistsAsync (System.Threading.CancellationToken cancellationToken);
override this.ExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync (cancellationToken As CancellationToken) As Task(Of Boolean)

Parameters

cancellationToken
CancellationToken

Returns

Applies to

ExistsAsync(BlobRequestOptions, OperationContext)

public override System.Threading.Tasks.Task<bool> ExistsAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
override this.ExistsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<bool>
Public Overrides Function ExistsAsync (options As BlobRequestOptions, operationContext As OperationContext) As Task(Of Boolean)

Parameters

operationContext
OperationContext

Returns

Applies to