DeleteSnapshot Class
Required if the blob has associated snapshots. Specifies how to handle the snapshots.
Constructor
DeleteSnapshot()
Attributes
Include
Delete the base blob and all of its snapshots.
Include = 'include'
Only
Delete only the blob's snapshots and not the blob itself.
Only = 'only'