你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Value Description
None 0

none

IncludeSnapshots 1

include

OnlySnapshots 2

only

Applies to