次の方法で共有


ManagementPolicySnapShot クラス

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.ManagementPolicySnapShot

public final class ManagementPolicySnapShot

スナップショットの管理ポリシー アクション。

コンストラクターの概要

コンストラクター 説明
ManagementPolicySnapShot()

管理ポリシースナップインクラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
DateAfterCreation delete()

delete プロパティを取得します。BLOB スナップショットを削除する関数。

DateAfterCreation tierToArchive()

階層ToArchive プロパティを取得する: ストレージをアーカイブするための BLOB スナップショットを階層化する関数。

DateAfterCreation tierToCold()

ToCold 層プロパティの取得: BLOB をコールド ストレージに階層化する関数。

DateAfterCreation tierToCool()

階層ToCool プロパティを取得する: BLOB スナップショットをクール ストレージに階層化する関数。

DateAfterCreation tierToHot()

TierToHot プロパティを取得する: BLOB をホット ストレージに階層化する関数。

void validate()

インスタンスを検証します。

ManagementPolicySnapShot withDelete(DateAfterCreation delete)

delete プロパティを設定します。BLOB スナップショットを削除する関数。

ManagementPolicySnapShot withTierToArchive(DateAfterCreation tierToArchive)

階層ToArchive プロパティを設定する: BLOB スナップショットをアーカイブ ストレージに階層化する関数。

ManagementPolicySnapShot withTierToCold(DateAfterCreation tierToCold)

階層ToCold プロパティを設定する: BLOB をコールド ストレージに階層化する関数。

ManagementPolicySnapShot withTierToCool(DateAfterCreation tierToCool)

TierToCool プロパティを設定する: BLOB スナップショットをクール ストレージに階層化する関数。

ManagementPolicySnapShot withTierToHot(DateAfterCreation tierToHot)

TierToHot プロパティを設定する: BLOB をホット ストレージに階層化する関数。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

ManagementPolicySnapShot

public ManagementPolicySnapShot()

ManagementPolicySnapShot クラスのインスタンスを作成します。

メソッドの詳細

delete

public DateAfterCreation delete()

delete プロパティを取得します。BLOB スナップショットを削除する関数。

Returns:

削除値。

tierToArchive

public DateAfterCreation tierToArchive()

tierToArchive プロパティを取得します。ストレージをアーカイブするための BLOB スナップショットを階層化する関数。

Returns:

tierToArchive 値。

tierToCold

public DateAfterCreation tierToCold()

tierToCold プロパティの取得: BLOB をコールド ストレージに階層化する関数。

Returns:

tierToCold 値。

tierToCool

public DateAfterCreation tierToCool()

tierToCool プロパティを取得します。BLOB スナップショットをクール ストレージに階層化する関数。

Returns:

tierToCool 値。

tierToHot

public DateAfterCreation tierToHot()

tierToHot プロパティを取得します。BLOB をホット ストレージに階層化する関数。 このアクションは、Premium ブロック BLOB ストレージ アカウントでのみ使用できます。

Returns:

tierToHot 値。

validate

public void validate()

インスタンスを検証します。

withDelete

public ManagementPolicySnapShot withDelete(DateAfterCreation delete)

delete プロパティを設定します。BLOB スナップショットを削除する関数。

Parameters:

delete - 設定する削除値。

Returns:

ManagementPolicySnapShot オブジェクト自体。

withTierToArchive

public ManagementPolicySnapShot withTierToArchive(DateAfterCreation tierToArchive)

tierToArchive プロパティを設定する: BLOB スナップショットをアーカイブ ストレージに階層化する関数。

Parameters:

tierToArchive - 設定する tierToArchive 値。

Returns:

ManagementPolicySnapShot オブジェクト自体。

withTierToCold

public ManagementPolicySnapShot withTierToCold(DateAfterCreation tierToCold)

tierToCold プロパティを設定します。BLOB をコールド ストレージに階層化する関数。

Parameters:

tierToCold - 設定する tierToCold 値。

Returns:

ManagementPolicySnapShot オブジェクト自体。

withTierToCool

public ManagementPolicySnapShot withTierToCool(DateAfterCreation tierToCool)

tierToCool プロパティを設定する: BLOB スナップショットをクール ストレージに階層化する関数。

Parameters:

tierToCool - 設定する tierToCool 値。

Returns:

ManagementPolicySnapShot オブジェクト自体。

withTierToHot

public ManagementPolicySnapShot withTierToHot(DateAfterCreation tierToHot)

tierToHot プロパティを設定します。BLOB をホット ストレージに階層化する関数。 このアクションは、Premium ブロック BLOB ストレージ アカウントでのみ使用できます。

Parameters:

tierToHot - 設定する tierToHot 値。

Returns:

ManagementPolicySnapShot オブジェクト自体。

適用対象