EncryptionKeyDetails Class

Definition

Encryption key details.

public class EncryptionKeyDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.Models.EncryptionKeyDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.Models.EncryptionKeyDetails>
public class EncryptionKeyDetails
type EncryptionKeyDetails = class
    interface IJsonModel<EncryptionKeyDetails>
    interface IPersistableModel<EncryptionKeyDetails>
type EncryptionKeyDetails = class
Public Class EncryptionKeyDetails
Implements IJsonModel(Of EncryptionKeyDetails), IPersistableModel(Of EncryptionKeyDetails)
Public Class EncryptionKeyDetails
Inheritance
EncryptionKeyDetails
Implements

Constructors

EncryptionKeyDetails(Uri, String, String)

Initializes a new instance of EncryptionKeyDetails.

Properties

KeyName

The name of the key vault key.

KeyVaultUri

The Uri of the key vault.

KeyVersion

The version of the key vault key.

Explicit Interface Implementations

IJsonModel<EncryptionKeyDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EncryptionKeyDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EncryptionKeyDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EncryptionKeyDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EncryptionKeyDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to