MachineLearningEncryptionSetting 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 MachineLearningEncryptionSetting.
public class MachineLearningEncryptionSetting : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionSetting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEncryptionSetting>
public class MachineLearningEncryptionSetting
type MachineLearningEncryptionSetting = class
interface IJsonModel<MachineLearningEncryptionSetting>
interface IPersistableModel<MachineLearningEncryptionSetting>
type MachineLearningEncryptionSetting = class
Public Class MachineLearningEncryptionSetting
Implements IJsonModel(Of MachineLearningEncryptionSetting), IPersistableModel(Of MachineLearningEncryptionSetting)
Public Class MachineLearningEncryptionSetting
- Inheritance
-
MachineLearningEncryptionSetting
- Implements
Constructors
MachineLearningEncryptionSetting(MachineLearningEncryptionKeyVaultProperties, MachineLearningEncryptionStatus) |
Initializes a new instance of MachineLearningEncryptionSetting. |
Properties
CosmosDBResourceId |
The byok cosmosdb account that customer brings to store customer's data with encryption |
KeyVaultProperties |
Customer Key vault properties. |
SearchAccountResourceId |
The byok search account that customer brings to store customer's data with encryption |
Status |
Indicates whether or not the encryption is enabled for the workspace. |
StorageAccountResourceId |
The byok storage account that customer brings to store customer's data with encryption |
UserAssignedIdentity |
The ArmId of the user assigned identity that will be used to access the customer managed key vault. |
Explicit Interface Implementations
IJsonModel<MachineLearningEncryptionSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningEncryptionSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningEncryptionSetting>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningEncryptionSetting>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningEncryptionSetting>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET