DataLakeStoreAccountKeyVaultMetaInfo 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.
Metadata information used by account encryption.
public class DataLakeStoreAccountKeyVaultMetaInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountKeyVaultMetaInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountKeyVaultMetaInfo>
public class DataLakeStoreAccountKeyVaultMetaInfo
type DataLakeStoreAccountKeyVaultMetaInfo = class
interface IJsonModel<DataLakeStoreAccountKeyVaultMetaInfo>
interface IPersistableModel<DataLakeStoreAccountKeyVaultMetaInfo>
type DataLakeStoreAccountKeyVaultMetaInfo = class
Public Class DataLakeStoreAccountKeyVaultMetaInfo
Implements IJsonModel(Of DataLakeStoreAccountKeyVaultMetaInfo), IPersistableModel(Of DataLakeStoreAccountKeyVaultMetaInfo)
Public Class DataLakeStoreAccountKeyVaultMetaInfo
- Inheritance
-
DataLakeStoreAccountKeyVaultMetaInfo
- Implements
Constructors
DataLakeStoreAccountKeyVaultMetaInfo(String, String, String) |
Initializes a new instance of DataLakeStoreAccountKeyVaultMetaInfo. |
Properties
EncryptionKeyName |
The name of the user managed encryption key. |
EncryptionKeyVersion |
The version of the user managed encryption key. |
KeyVaultResourceId |
The resource identifier for the user managed Key Vault being used to encrypt. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataLakeStoreAccountKeyVaultMetaInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataLakeStoreAccountKeyVaultMetaInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataLakeStoreAccountKeyVaultMetaInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataLakeStoreAccountKeyVaultMetaInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataLakeStoreAccountKeyVaultMetaInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET