Share via


InvalidCloudFileShare.CreateIfNotExistsAsync Method

Definition

Overloads

CreateIfNotExistsAsync(FileRequestOptions, OperationContext)
CreateIfNotExistsAsync(FileRequestOptions, OperationContext, CancellationToken)
CreateIfNotExistsAsync()
CreateIfNotExistsAsync(CancellationToken)

CreateIfNotExistsAsync(FileRequestOptions, OperationContext)

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

Parameters

operationContext
OperationContext

Returns

Applies to

CreateIfNotExistsAsync(FileRequestOptions, OperationContext, CancellationToken)

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

Parameters

operationContext
OperationContext
cancellationToken
CancellationToken

Returns

Applies to

CreateIfNotExistsAsync()

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

Returns

Applies to

CreateIfNotExistsAsync(CancellationToken)

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

Parameters

cancellationToken
CancellationToken

Returns

Applies to