NetAppEncryptionKeySource 構造体

定義

ボリューム内のデータを暗号化するために使用されるキーのソース。 NetApp アカウントに encryption.keySource = 'Microsoft.KeyVault' がある場合に適用されます。 使用できる値 (大文字と小文字は区別されません) は、'Microsoft.NetApp, Microsoft.KeyVault' です。

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

コンストラクター

NetAppEncryptionKeySource(String)

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

プロパティ

MicrosoftKeyVault

カスタマー マネージド キーの暗号化。

MicrosoftNetApp

Microsoft マネージド キーの暗号化。

メソッド

Equals(NetAppEncryptionKeySource)

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

ToString()

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

演算子

Equality(NetAppEncryptionKeySource, NetAppEncryptionKeySource)

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

Implicit(String to NetAppEncryptionKeySource)

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

Inequality(NetAppEncryptionKeySource, NetAppEncryptionKeySource)

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

適用対象