DeleteSnapshotsOption Enum

Definition

Required if the blob has associated snapshots. Specify one of the following two options: include: Delete the base blob and all of its snapshots. only: Delete only the blob's snapshots and not the blob itself

C#
public enum DeleteSnapshotsOption
Inheritance
DeleteSnapshotsOption

Fields

Name Value Description
None 0

none

IncludeSnapshots 1

include

OnlySnapshots 2

only

Applies to

Product Versions
Azure SDK for .NET Latest, Preview