Share via


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

BlobContainerProperties.HasLegalHold 属性

定义

获取容器的 HasLegalHold 值。

public bool? HasLegalHold { get; }
member this.HasLegalHold : Nullable<bool>
Public ReadOnly Property HasLegalHold As Nullable(Of Boolean)

属性值

如果容器具有法定保留,则为 True;如果没有,则为 False。 该值可能为 null。

适用于