CloudFileShare.Snapshot Method

Definition

Creates a snapshot of the share.

[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

Parameters

metadata
IDictionary<String,String>

A collection of name-value pairs defining the metadata of the snapshot.

accessCondition
AccessCondition

An AccessCondition object that represents the condition that must be met in order for the request to proceed. If null, no condition is used.

options
FileRequestOptions

A FileRequestOptions object that specifies additional options for the request, or null. If null, default options are applied to the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

Returns

A CloudFileShare object that is a share snapshot.

Attributes

Applies to