次の方法で共有


LegalHoldProperties コンストラクター

定義

オーバーロード

LegalHoldProperties()

LegalHoldProperties クラスの新しいインスタンスを初期化します。

LegalHoldProperties(Nullable<Boolean>, IList<TagProperty>, ProtectedAppendWritesHistory)

LegalHoldProperties クラスの新しいインスタンスを初期化します。

LegalHoldProperties()

LegalHoldProperties クラスの新しいインスタンスを初期化します。

public LegalHoldProperties ();
Public Sub New ()

適用対象

LegalHoldProperties(Nullable<Boolean>, IList<TagProperty>, ProtectedAppendWritesHistory)

LegalHoldProperties クラスの新しいインスタンスを初期化します。

public LegalHoldProperties (bool? hasLegalHold = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.TagProperty> tags = default, Microsoft.Azure.Management.Storage.Models.ProtectedAppendWritesHistory protectedAppendWritesHistory = default);
new Microsoft.Azure.Management.Storage.Models.LegalHoldProperties : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.TagProperty> * Microsoft.Azure.Management.Storage.Models.ProtectedAppendWritesHistory -> Microsoft.Azure.Management.Storage.Models.LegalHoldProperties
Public Sub New (Optional hasLegalHold As Nullable(Of Boolean) = Nothing, Optional tags As IList(Of TagProperty) = Nothing, Optional protectedAppendWritesHistory As ProtectedAppendWritesHistory = Nothing)

パラメーター

hasLegalHold
Nullable<Boolean>

少なくとも 1 つの既存のタグがある場合、hasLegalHold パブリック プロパティは SRP によって true に設定されます。 既存のすべての訴訟ホールド タグがクリアされている場合、hasLegalHold パブリック プロパティは SRP によって false に設定されます。特定のアカウントに対して hasLegalHold=true を持つ BLOB コンテナーは最大 1000 個まで存在できます。

tags
IList<TagProperty>

BLOB コンテナーの LegalHold タグの一覧。

protectedAppendWritesHistory
ProtectedAppendWritesHistory

保護された追加 BLOB の書き込み履歴。

適用対象