Dela via


VaultBackupJobErrorInfo Class

Definition

Vault Job specific error information.

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

Constructors

VaultBackupJobErrorInfo()

Initializes a new instance of VaultBackupJobErrorInfo.

Properties

ErrorCode

Error code.

ErrorString

Localized error string.

Recommendations

List of localized recommendations for above error code.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VaultBackupJobErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VaultBackupJobErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VaultBackupJobErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VaultBackupJobErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VaultBackupJobErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to