EncryptionProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET