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'
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python