ArmMachineLearningModelFactory.MachineLearningEncryptionProperty Method
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.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionProperty MachineLearningEncryptionProperty(Azure.Core.ResourceIdentifier cosmosDBResourceId = default, string userAssignedIdentity = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningKeyVaultProperties keyVaultProperties = default, Azure.Core.ResourceIdentifier searchAccountResourceId = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionStatus status = default, Azure.Core.ResourceIdentifier storageAccountResourceId = default);
static member MachineLearningEncryptionProperty : Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningKeyVaultProperties * Azure.Core.ResourceIdentifier * Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionStatus * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionProperty
Public Shared Function MachineLearningEncryptionProperty (Optional cosmosDBResourceId As ResourceIdentifier = Nothing, Optional userAssignedIdentity As String = Nothing, Optional keyVaultProperties As MachineLearningKeyVaultProperties = Nothing, Optional searchAccountResourceId As ResourceIdentifier = Nothing, Optional status As MachineLearningEncryptionStatus = Nothing, Optional storageAccountResourceId As ResourceIdentifier = Nothing) As MachineLearningEncryptionProperty
Parameters
- cosmosDBResourceId
- ResourceIdentifier
The byok cosmosdb account that customer brings to store customer's data with encryption
- userAssignedIdentity
- String
UserAssignedIdentity to be used to fetch the encryption key from keyVault.
- keyVaultProperties
- MachineLearningKeyVaultProperties
KeyVault details to do the encryption.
- searchAccountResourceId
- ResourceIdentifier
The byok search account that customer brings to store customer's data with encryption
Indicates whether or not the encryption is enabled for the workspace.
- storageAccountResourceId
- ResourceIdentifier
The byok storage account that customer brings to store customer's data with encryption
Returns
A new MachineLearningEncryptionProperty instance for mocking.