DeleteSnapshotsOption Enumeration

Windows Runtime Azure Storage Client Library

The set of options describing delete operation.

Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As DeleteSnapshotsOption

Syntax

Visual Basic
Public Enumeration DeleteSnapshotsOption
C#
public enum DeleteSnapshotsOption
C++
public enum class DeleteSnapshotsOption
J#
public enum DeleteSnapshotsOption
JScript
public enum DeleteSnapshotsOption

Members

Member nameDescription
DeleteSnapshotsOnlyDelete the blob's snapshots only.
IncludeSnapshotsDelete the blob and its snapshots.
NoneDelete the blob only. If the blob has snapshots, this option will result in an error from the service.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also