Bagikan melalui


Encryption Constructors

Definition

Overloads

Encryption()

Initializes a new instance of the Encryption class.

Encryption(IList<KeyVaultProperties>, Nullable<KeySource>, Nullable<Boolean>)

Initializes a new instance of the Encryption class.

Encryption()

Initializes a new instance of the Encryption class.

public Encryption ();
Public Sub New ()

Applies to

Encryption(IList<KeyVaultProperties>, Nullable<KeySource>, Nullable<Boolean>)

Initializes a new instance of the Encryption class.

public Encryption (System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties> keyVaultProperties = default, Microsoft.Azure.Management.EventHub.Models.KeySource? keySource = default, bool? requireInfrastructureEncryption = default);
new Microsoft.Azure.Management.EventHub.Models.Encryption : System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties> * Nullable<Microsoft.Azure.Management.EventHub.Models.KeySource> * Nullable<bool> -> Microsoft.Azure.Management.EventHub.Models.Encryption
Public Sub New (Optional keyVaultProperties As IList(Of KeyVaultProperties) = Nothing, Optional keySource As Nullable(Of KeySource) = Nothing, Optional requireInfrastructureEncryption As Nullable(Of Boolean) = Nothing)

Parameters

keyVaultProperties
IList<KeyVaultProperties>

Properties of KeyVault

keySource
Nullable<KeySource>

Enumerates the possible value of keySource for Encryption. Possible values include: 'Microsoft.KeyVault'

requireInfrastructureEncryption
Nullable<Boolean>

Enable Infrastructure Encryption (Double Encryption)

Applies to