次の方法で共有


EncryptionProperties コンストラクター

定義

オーバーロード

EncryptionProperties()

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

EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)

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

EncryptionProperties()

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

public EncryptionProperties ();
Public Sub New ()

適用対象

EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)

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

public EncryptionProperties (Microsoft.Azure.Management.Automation.Models.KeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType? keySource = default, Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity identity = default);
new Microsoft.Azure.Management.Automation.Models.EncryptionProperties : Microsoft.Azure.Management.Automation.Models.KeyVaultProperties * Nullable<Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType> * Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity -> Microsoft.Azure.Management.Automation.Models.EncryptionProperties
Public Sub New (Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional keySource As Nullable(Of EncryptionKeySourceType) = Nothing, Optional identity As EncryptionPropertiesIdentity = Nothing)

パラメーター

keyVaultProperties
KeyVaultProperties

キー コンテナーのプロパティ。

keySource
Nullable<EncryptionKeySourceType>

暗号化キー ソース。 使用できる値は、'Microsoft.Automation'、'Microsoft.Keyvault' です。

identity
EncryptionPropertiesIdentity

CMK に使用されるユーザー ID。

適用対象