CloudPageBlob.CreateSnapshotAsync Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Initiates an asynchronous operation to create a snapshot of the blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
[DoesServiceRequestAttribute]
virtual Task<CloudPageBlob^>^ CreateSnapshotAsync()
[<DoesServiceRequestAttribute>]
abstract CreateSnapshotAsync : unit -> Task<CloudPageBlob>
[<DoesServiceRequestAttribute>]
override CreateSnapshotAsync : unit -> Task<CloudPageBlob>
<DoesServiceRequestAttribute>
Public Overridable Function CreateSnapshotAsync As Task(Of CloudPageBlob)
Return Value
Type:
System.Threading.Tasks.Task<CloudPageBlob>System.Threading.Tasks::Task<CloudPageBlob^>^System.Threading.Tasks.Task<CloudPageBlob>System.Threading.Tasks.Task(Of CloudPageBlob)A Task<TResult><TResult><'TResult>(Of TResult) object of type CloudPageBlob that represents the asynchronous operation.
See Also
CreateSnapshotAsync Overload
CloudPageBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top
Initiates an asynchronous operation to create a snapshot of the blob.
Syntax
C++
public: [DoesServiceRequestAttribute] virtual Task<CloudPageBlob^>^ CreateSnapshotAsync()
[<DoesServiceRequestAttribute>] abstract CreateSnapshotAsync : unit -> Task<CloudPageBlob> [<DoesServiceRequestAttribute>] override CreateSnapshotAsync : unit -> Task<CloudPageBlob>
<DoesServiceRequestAttribute> Public Overridable Function CreateSnapshotAsync As Task(Of CloudPageBlob)
Return Value
Type: System.Threading.Tasks.Task<CloudPageBlob>System.Threading.Tasks::Task<CloudPageBlob^>^System.Threading.Tasks.Task<CloudPageBlob>System.Threading.Tasks.Task(Of CloudPageBlob)A Task<TResult><TResult><'TResult>(Of TResult) object of type CloudPageBlob that represents the asynchronous operation.
See Also
CreateSnapshotAsync Overload
CloudPageBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace