MachineLearningEncryptionKeyVaultProperties 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.
The KeyVault properties used for customer-managed-key encryption.
public class MachineLearningEncryptionKeyVaultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionKeyVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionKeyVaultProperties>
public class MachineLearningEncryptionKeyVaultProperties
type MachineLearningEncryptionKeyVaultProperties = class
interface IJsonModel<MachineLearningEncryptionKeyVaultProperties>
interface IPersistableModel<MachineLearningEncryptionKeyVaultProperties>
type MachineLearningEncryptionKeyVaultProperties = class
Public Class MachineLearningEncryptionKeyVaultProperties
Implements IJsonModel(Of MachineLearningEncryptionKeyVaultProperties), IPersistableModel(Of MachineLearningEncryptionKeyVaultProperties)
Public Class MachineLearningEncryptionKeyVaultProperties
- Inheritance
-
MachineLearningEncryptionKeyVaultProperties
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningEncryptionKeyVaultProperties(String, ResourceIdentifier) |
Initializes a new instance of MachineLearningEncryptionKeyVaultProperties. |
Properties
| Name | Description |
|---|---|
| IdentityClientId |
The client ID of the user-assigned identity used to access the KeyVault. |
| KeyIdentifier |
Gets or sets the KeyIdentifier. |
| KeyVaultArmId |
The KeyVault Arm Id that contains the data encryption key. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the JSON representation of the model to the provided writer. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<MachineLearningEncryptionKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<MachineLearningEncryptionKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<MachineLearningEncryptionKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<MachineLearningEncryptionKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<MachineLearningEncryptionKeyVaultProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |