Lingua

ArmMachineLearningModelFactory.MachineLearningKeyVaultProperties Method

Definition

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.

Applies to