次の方法で共有


EncryptionProperties コンストラクター

定義

オーバーロード

EncryptionProperties()

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

EncryptionProperties(Nullable<KeySource>, KeyVaultProperties)

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

EncryptionProperties()

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

public EncryptionProperties();
Public Sub New ()

適用対象

EncryptionProperties(Nullable<KeySource>, KeyVaultProperties)

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

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

パラメーター

keySource
Nullable<KeySource>

キー ソースの種類。 使用できる値は、'Microsoft.Batch'、'Microsoft.KeyVault' です。

keyVaultProperties
KeyVaultProperties

Microsoft.KeyVault を使用する場合の追加の詳細

適用対象