MachineLearningKeyVaultProperties Class
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 class MachineLearningKeyVaultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningKeyVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningKeyVaultProperties>
type MachineLearningKeyVaultProperties = class
interface IJsonModel<MachineLearningKeyVaultProperties>
interface IPersistableModel<MachineLearningKeyVaultProperties>
Public Class MachineLearningKeyVaultProperties
Implements IJsonModel(Of MachineLearningKeyVaultProperties), IPersistableModel(Of MachineLearningKeyVaultProperties)
- Inheritance
-
MachineLearningKeyVaultProperties
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningKeyVaultProperties(String, ResourceIdentifier) |
Initializes a new instance of MachineLearningKeyVaultProperties. |
Properties
| Name | Description |
|---|---|
| IdentityClientId |
Currently, we support only SystemAssigned MSI. We need this when we support UserAssignedIdentities |
| KeyIdentifier |
KeyVault key identifier to encrypt the data. |
| KeyVaultArmId |
KeyVault Arm Id that contains the data encryption key. |