Freigeben über


CloudFileShare.SnapshotAsync Methode

Definition

Überlädt

SnapshotAsync()

Initiiert einen asynchronen Vorgang, um eine Momentaufnahme der Freigabe zu erstellen.

SnapshotAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um eine Momentaufnahme der Freigabe zu erstellen.

SnapshotAsync(IDictionary<String,String>, AccessCondition, FileRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um eine Momentaufnahme der Freigabe zu erstellen.

SnapshotAsync(IDictionary<String,String>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um eine Momentaufnahme der Freigabe zu erstellen.

SnapshotAsync()

Initiiert einen asynchronen Vorgang, um eine Momentaufnahme der Freigabe zu erstellen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.CloudFileShare> SnapshotAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
member this.SnapshotAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.CloudFileShare>
Public Function SnapshotAsync () As Task(Of CloudFileShare)

Gibt zurück

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

Attribute

Gilt für:

SnapshotAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um eine Momentaufnahme der Freigabe zu erstellen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.CloudFileShare> SnapshotAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
member this.SnapshotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.CloudFileShare>
Public Function SnapshotAsync (cancellationToken As CancellationToken) As Task(Of CloudFileShare)

Parameter

cancellationToken
CancellationToken

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

Gibt zurück

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

Attribute

Gilt für:

SnapshotAsync(IDictionary<String,String>, AccessCondition, FileRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um eine Momentaufnahme der Freigabe zu erstellen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.CloudFileShare> SnapshotAsync (System.Collections.Generic.IDictionary<string,string> metadata, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
member this.SnapshotAsync : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.CloudFileShare>
Public Function SnapshotAsync (metadata As IDictionary(Of String, String), accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task(Of CloudFileShare)

Parameter

metadata
IDictionary<String,String>

Eine Auflistung von Name-Wert-Paaren, die die Metadaten der Momentaufnahme definieren.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

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<TResult>-Objekt vom Typ CloudFileShare, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

SnapshotAsync(IDictionary<String,String>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um eine Momentaufnahme der Freigabe zu erstellen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.CloudFileShare> SnapshotAsync (System.Collections.Generic.IDictionary<string,string> metadata, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
member this.SnapshotAsync : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.CloudFileShare>
Public Function SnapshotAsync (metadata As IDictionary(Of String, String), accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of CloudFileShare)

Parameter

metadata
IDictionary<String,String>

Eine Auflistung von Name-Wert-Paaren, die die Metadaten der Momentaufnahme definieren.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

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<TResult>-Objekt vom Typ CloudFileShare, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: