Freigeben über


CloudPageBlob.EndCreateSnapshot(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang, um eine Momentaufnahme des Blobs zu erstellen.

public virtual Microsoft.Azure.Storage.Blob.CloudPageBlob EndCreateSnapshot (IAsyncResult asyncResult);
abstract member EndCreateSnapshot : IAsyncResult -> Microsoft.Azure.Storage.Blob.CloudPageBlob
override this.EndCreateSnapshot : IAsyncResult -> Microsoft.Azure.Storage.Blob.CloudPageBlob
Public Overridable Function EndCreateSnapshot (asyncResult As IAsyncResult) As CloudPageBlob

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Ein CloudPageBlob Objekt, das ein Blob Momentaufnahme ist.

Gilt für: