SiteRecoveryKeyEncryptionKeyInfo Class

Definition

Key Encryption Key (KEK) information.

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

Constructors

SiteRecoveryKeyEncryptionKeyInfo()

Initializes a new instance of SiteRecoveryKeyEncryptionKeyInfo.

Properties

KeyIdentifier

The key URL / identifier.

KeyVaultResourceArmId

The KeyVault resource ARM Id for key.

Explicit Interface Implementations

IJsonModel<SiteRecoveryKeyEncryptionKeyInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryKeyEncryptionKeyInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryKeyEncryptionKeyInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryKeyEncryptionKeyInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryKeyEncryptionKeyInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to