次の方法で共有


RestorePointEncryptionType 構造体

定義

ディスク復元ポイントのデータを暗号化するために使用されるキーの種類。

public readonly struct RestorePointEncryptionType : IEquatable<Azure.ResourceManager.Compute.Models.RestorePointEncryptionType>
type RestorePointEncryptionType = struct
Public Structure RestorePointEncryptionType
Implements IEquatable(Of RestorePointEncryptionType)
継承
RestorePointEncryptionType
実装

コンストラクター

RestorePointEncryptionType(String)

RestorePointEncryptionType の新しいインスタンスを初期化します。

プロパティ

EncryptionAtRestWithCustomerKey

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

EncryptionAtRestWithPlatformAndCustomerKeys

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

EncryptionAtRestWithPlatformKey

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

メソッド

Equals(RestorePointEncryptionType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(RestorePointEncryptionType, RestorePointEncryptionType)

2 つの RestorePointEncryptionType 値が同じかどうかを判断します。

Implicit(String to RestorePointEncryptionType)

文字列を RestorePointEncryptionType に変換します。

Inequality(RestorePointEncryptionType, RestorePointEncryptionType)

2 つの RestorePointEncryptionType 値が同じでないかどうかを判断します。

適用対象