MachineLearningEncryptionProperty Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Indicates whether or not the encryption is enabled for the workspace.
Exceptions
keyVaultProperties is null.