RestorePointEncryptionType クラス

定義

RestorePointEncryptionType の値を定義します。

public static class RestorePointEncryptionType
type RestorePointEncryptionType = class
Public Class RestorePointEncryptionType
継承
RestorePointEncryptionType

フィールド

EncryptionAtRestWithCustomerKey

ディスク復元ポイントは、顧客が変更および取り消すことができるカスタマー マネージド キーを使用して保存時に暗号化されます。

EncryptionAtRestWithPlatformAndCustomerKeys

ディスク復元ポイントは、2 層の暗号化を使用して保存時に暗号化されます。 キーの 1 つはカスタマー マネージドで、もう 1 つのキーは Platform managed です。

EncryptionAtRestWithPlatformKey

ディスク復元ポイントは、プラットフォーム マネージド キーを使用して保存時に暗号化されます。

適用対象