ArmMachineLearningModelFactory.MachineLearningKeyVaultProperties 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.
Customer Key vault properties.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningKeyVaultProperties MachineLearningKeyVaultProperties(string identityClientId = default, string keyIdentifier = default, Azure.Core.ResourceIdentifier keyVaultArmId = default);
static member MachineLearningKeyVaultProperties : string * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.Models.MachineLearningKeyVaultProperties
Public Shared Function MachineLearningKeyVaultProperties (Optional identityClientId As String = Nothing, Optional keyIdentifier As String = Nothing, Optional keyVaultArmId As ResourceIdentifier = Nothing) As MachineLearningKeyVaultProperties
Parameters
- identityClientId
- String
Currently, we support only SystemAssigned MSI. We need this when we support UserAssignedIdentities
- keyIdentifier
- String
KeyVault key identifier to encrypt the data.
- keyVaultArmId
- ResourceIdentifier
KeyVault Arm Id that contains the data encryption key.
Returns
A new MachineLearningKeyVaultProperties instance for mocking.