LegalHoldProperties クラス
- java.
lang. Object - com.
azure. resourcemanager. storage. models. LegalHoldProperties
- com.
public final class LegalHoldProperties
BLOB コンテナーの LegalHold プロパティ。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| LegalHoldProperties() |
Legal |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| Boolean |
hasLegalHold()
Get the has |
|
Protected |
protectedAppendWritesHistory()
保護された |
|
List<Tag |
tags()
tags プロパティを取得します。BLOB コンテナーの訴訟 |
| void |
validate()
インスタンスを検証します。 |
|
Legal |
withProtectedAppendWritesHistory(ProtectedAppendWritesHistory protectedAppendWritesHistory)
[保護された |
|
Legal |
withTags(List<TagProperty> tags)
tags プロパティを設定します。BLOB コンテナーの訴訟 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
LegalHoldProperties
public LegalHoldProperties()
LegalHoldProperties クラスのインスタンスを作成します。
メソッドの詳細
hasLegalHold
public Boolean hasLegalHold()
hasLegalHold プロパティを取得します。既存のタグが少なくとも 1 つある場合、hasLegalHold パブリック プロパティは SRP によって true に設定されます。 既存のすべての訴訟ホールド タグがクリアされている場合、hasLegalHold パブリック プロパティは SRP によって false に設定されます。特定のアカウントに対して hasLegalHold=true を持つ BLOB コンテナーは最大 1000 個まで存在できます。
Returns:
protectedAppendWritesHistory
public ProtectedAppendWritesHistory protectedAppendWritesHistory()
protectedAppendWritesHistory プロパティを取得します。Protected append BLOB の書き込み履歴。
Returns:
tags
public List
tags プロパティを取得します。BLOB コンテナーの LegalHold タグの一覧。
Returns:
validate
public void validate()
インスタンスを検証します。
withProtectedAppendWritesHistory
public LegalHoldProperties withProtectedAppendWritesHistory(ProtectedAppendWritesHistory protectedAppendWritesHistory)
protectedAppendWritesHistory プロパティを設定します。Protected append BLOB の書き込み履歴。
Parameters:
Returns:
withTags
public LegalHoldProperties withTags(List
tags プロパティを設定します。BLOB コンテナーの LegalHold タグの一覧。
Parameters:
Returns: