다음을 통해 공유


BackupResourceEncryptionConfig Class

Definition

The BackupResourceEncryptionConfig.

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

Constructors

BackupResourceEncryptionConfig()

Initializes a new instance of BackupResourceEncryptionConfig.

Properties

EncryptionAtRestType

Encryption At Rest Type.

InfrastructureEncryptionState

Gets or sets the infrastructure encryption state.

KeyUri

Key Vault Key URI.

LastUpdateStatus

Gets or sets the last update status.

SubscriptionId

Key Vault Subscription Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupResourceEncryptionConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupResourceEncryptionConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupResourceEncryptionConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupResourceEncryptionConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupResourceEncryptionConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to