Delen via


ConfidentialLedgerRestoreResult Class

Definition

Object representing the restore response of a Confidential Ledger Resource.

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

Properties

Message

Response body stating if the ledger is being restored.

Explicit Interface Implementations

IJsonModel<ConfidentialLedgerRestoreResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfidentialLedgerRestoreResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfidentialLedgerRestoreResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfidentialLedgerRestoreResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfidentialLedgerRestoreResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to