Encryption コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Encryption() |
Encryption クラスの新しいインスタンスを初期化します。 |
Encryption(KeySource, EncryptionServices, KeyVaultProperties) |
Encryption クラスの新しいインスタンスを初期化します。 |
Encryption()
Encryption クラスの新しいインスタンスを初期化します。
public Encryption ();
Public Sub New ()
適用対象
Encryption(KeySource, EncryptionServices, KeyVaultProperties)
Encryption クラスの新しいインスタンスを初期化します。
public Encryption (Microsoft.Azure.Management.Storage.Fluent.Models.KeySource keySource, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices services = default, Microsoft.Azure.Management.Storage.Fluent.Models.KeyVaultProperties keyVaultProperties = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.Encryption : Microsoft.Azure.Management.Storage.Fluent.Models.KeySource * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices * Microsoft.Azure.Management.Storage.Fluent.Models.KeyVaultProperties -> Microsoft.Azure.Management.Storage.Fluent.Models.Encryption
Public Sub New (keySource As KeySource, Optional services As EncryptionServices = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing)
パラメーター
- keySource
- KeySource
暗号化キーソース (プロバイダー)。 使用できる値 (大文字と小文字は区別されません): Microsoft.Storage、Microsoft.Keyvault。 使用できる値は、'Microsoft.Storage'、'Microsoft.Keyvault' です。
- services
- EncryptionServices
暗号化をサポートするサービスの一覧。
- keyVaultProperties
- KeyVaultProperties
キー コンテナーによって提供されるプロパティ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET