Freigeben über


CloudFileShare.Snapshot Methode

Definition

Erstellt eine Momentaufnahme der Freigabe.

[Microsoft.Azure.Storage.DoesServiceRequest]
public Microsoft.Azure.Storage.File.CloudFileShare Snapshot (System.Collections.Generic.IDictionary<string,string> metadata = default, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
member this.Snapshot : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.CloudFileShare
Public Function Snapshot (Optional metadata As IDictionary(Of String, String) = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As 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, oder null Wenn null, werden standardoptionen auf die Anforderung angewendet.

operationContext
OperationContext

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

Gibt zurück

Ein CloudFileShare Objekt, das eine Freigabe Momentaufnahme ist.

Attribute

Gilt für: