Freigeben über


CloudFileShare.CreateAsync Methode

Definition

Überlädt

CreateAsync()

Gibt einen Task zurück, der einen asynchronen Vorgang zum Erstellen einer Freigabe ausführt.

CreateAsync(CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Erstellen einer Freigabe ausführt.

CreateAsync(FileRequestOptions, OperationContext)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Erstellen einer Freigabe ausführt.

CreateAsync(FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Erstellen einer Freigabe ausführt.

CreateAsync()

Gibt einen Task zurück, der einen asynchronen Vorgang zum Erstellen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task CreateAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member CreateAsync : unit -> System.Threading.Tasks.Task
override this.CreateAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function CreateAsync () As Task

Gibt zurück

Ein Task-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

CreateAsync(CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Erstellen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task CreateAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function CreateAsync (cancellationToken As CancellationToken) As Task

Parameter

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

CreateAsync(FileRequestOptions, OperationContext)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Erstellen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task CreateAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member CreateAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.CreateAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function CreateAsync (options As FileRequestOptions, operationContext As OperationContext) As Task

Parameter

options
FileRequestOptions

Ein FileRequestOptions-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-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

CreateAsync(FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Erstellen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task CreateAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member CreateAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CreateAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function CreateAsync (options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

options
FileRequestOptions

Ein FileRequestOptions-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-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für: