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

UpdateHistoryProperty 构造函数

定义

重载

UpdateHistoryProperty()

初始化 UpdateHistoryProperty 类的新实例。

UpdateHistoryProperty(String, Nullable<Int32>, Nullable<DateTime>, String, String, String, Nullable<Boolean>, Nullable<Boolean>)

初始化 UpdateHistoryProperty 类的新实例。

UpdateHistoryProperty()

初始化 UpdateHistoryProperty 类的新实例。

public UpdateHistoryProperty ();
Public Sub New ()

适用于

UpdateHistoryProperty(String, Nullable<Int32>, Nullable<DateTime>, String, String, String, Nullable<Boolean>, Nullable<Boolean>)

初始化 UpdateHistoryProperty 类的新实例。

public UpdateHistoryProperty (string update = default, int? immutabilityPeriodSinceCreationInDays = default, DateTime? timestamp = default, string objectIdentifier = default, string tenantId = default, string upn = default, bool? allowProtectedAppendWrites = default, bool? allowProtectedAppendWritesAll = default);
new Microsoft.Azure.Management.Storage.Models.UpdateHistoryProperty : string * Nullable<int> * Nullable<DateTime> * string * string * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Storage.Models.UpdateHistoryProperty
Public Sub New (Optional update As String = Nothing, Optional immutabilityPeriodSinceCreationInDays As Nullable(Of Integer) = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional objectIdentifier As String = Nothing, Optional tenantId As String = Nothing, Optional upn As String = Nothing, Optional allowProtectedAppendWrites As Nullable(Of Boolean) = Nothing, Optional allowProtectedAppendWritesAll As Nullable(Of Boolean) = Nothing)

参数

update
String

Blob 容器的 ImmutabilityPolicy 更新类型,可能的值包括:put、lock 和 extend。 可能的值包括:“put”、“lock”、“extend”

immutabilityPeriodSinceCreationInDays
Nullable<Int32>

容器中 Blob 自策略创建以来的不可变性期限(以天为单位)。

timestamp
Nullable<DateTime>

返回更新不可变性Policy 的日期和时间。

objectIdentifier
String

返回更新了 ImmutabilityPolicy 的用户的对象 ID。

tenantId
String

返回为更新了 ImmutabilityPolicy 的用户颁发令牌的租户 ID。

upn
String

返回更新了 ImmutabilityPolicy 的用户的用户主体名称。

allowProtectedAppendWrites
Nullable<Boolean>

此属性只能针对已解锁的基于时间的保留策略进行更改。 启用后,可将新块写入追加 blob,同时保持不可变性保护和符合性。 只能添加新块,而不能修改或删除任何现有块。 不能使用 ExtendImmutabilityPolicy API 更改此属性。

allowProtectedAppendWritesAll
Nullable<Boolean>

此属性只能针对已解锁的基于时间的保留策略进行更改。 启用后,新块可以同时写入“追加 Blob 和 Bock Blob”,同时保持不可变性保护和符合性。 只能添加新块,而不能修改或删除任何现有块。 不能使用 ExtendImmutabilityPolicy API 更改此属性。 “allowProtectedAppendWrites”和“allowProtectedAppendWritesAll”属性互斥。

适用于