次の方法で共有


Encryption コンストラクター

定義

オーバーロード

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

キー コンテナーによって提供されるプロパティ。

適用対象