Lingua

MachineLearningEncryptionProperty Constructor

Definition

Initializes a new instance of MachineLearningEncryptionProperty.

public MachineLearningEncryptionProperty(Azure.ResourceManager.MachineLearning.Models.MachineLearningKeyVaultProperties keyVaultProperties, Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionStatus status);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionProperty : Azure.ResourceManager.MachineLearning.Models.MachineLearningKeyVaultProperties * Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionStatus -> Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionProperty
Public Sub New (keyVaultProperties As MachineLearningKeyVaultProperties, status As MachineLearningEncryptionStatus)

Parameters

keyVaultProperties
MachineLearningKeyVaultProperties

KeyVault details to do the encryption.

status
MachineLearningEncryptionStatus

Indicates whether or not the encryption is enabled for the workspace.

Exceptions

keyVaultProperties is null.

Applies to