RestorePointEncryption クラス

定義

ディスク復元ポイントの保存時の暗号化設定。 これは、復元ポイントの作成時に入力で指定できる省略可能なプロパティです。

public class RestorePointEncryption
type RestorePointEncryption = class
Public Class RestorePointEncryption
継承
RestorePointEncryption

コンストラクター

RestorePointEncryption()

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

RestorePointEncryption(DiskEncryptionSetParameters, String)

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

プロパティ

DiskEncryptionSet

ディスク復元ポイントの保存時の暗号化設定。 これは、復元ポイントの作成時に入力で指定できる省略可能なプロパティです。

Type

使用可能な値を取得または設定します。 'EncryptionAtRestWithPlatformKey'、'EncryptionAtRestWithCustomerKey'、'EncryptionAtRestWithPlatformAndCustomerKeys'

適用対象