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

public enum DeleteSnapshotsOption
type DeleteSnapshotsOption = 
Public Enum DeleteSnapshotsOption
Inheritance
DeleteSnapshotsOption

Fields

IncludeSnapshots 1

include

None 0

none

OnlySnapshots 2

only

Applies to