Share via


EncryptionProperties Constructors

Definition

Overloads

EncryptionProperties()

Initializes a new instance of the EncryptionProperties class.

EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)

Initializes a new instance of the EncryptionProperties class.

EncryptionProperties()

Initializes a new instance of the EncryptionProperties class.

public EncryptionProperties ();
Public Sub New ()

Applies to

EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)

Initializes a new instance of the EncryptionProperties class.

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)

Parameters

keyVaultProperties
KeyVaultProperties

Key vault properties.

keySource
Nullable<EncryptionKeySourceType>

Encryption Key Source. Possible values include: 'Microsoft.Automation', 'Microsoft.Keyvault'

identity
EncryptionPropertiesIdentity

User identity used for CMK.

Applies to