Share via


DataProtectionOperationJobExtendedInfo Class

Definition

Operation Job Extended Info.

public class DataProtectionOperationJobExtendedInfo : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationExtendedInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationJobExtendedInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationJobExtendedInfo>
public class DataProtectionOperationJobExtendedInfo : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationExtendedInfo
type DataProtectionOperationJobExtendedInfo = class
    inherit DataProtectionOperationExtendedInfo
    interface IJsonModel<DataProtectionOperationJobExtendedInfo>
    interface IPersistableModel<DataProtectionOperationJobExtendedInfo>
type DataProtectionOperationJobExtendedInfo = class
    inherit DataProtectionOperationExtendedInfo
Public Class DataProtectionOperationJobExtendedInfo
Inherits DataProtectionOperationExtendedInfo
Implements IJsonModel(Of DataProtectionOperationJobExtendedInfo), IPersistableModel(Of DataProtectionOperationJobExtendedInfo)
Public Class DataProtectionOperationJobExtendedInfo
Inherits DataProtectionOperationExtendedInfo
Inheritance
DataProtectionOperationJobExtendedInfo
Implements

Properties

JobIdentifier

Name or Arm Id of the job created for this operation.

JobName

Name of the job created for this operation.

JobResourceId

Arm Id of the job created for this operation.

Explicit Interface Implementations

IJsonModel<DataProtectionOperationExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataProtectionOperationExtendedInfo)
IJsonModel<DataProtectionOperationExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataProtectionOperationExtendedInfo)
IJsonModel<DataProtectionOperationJobExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionOperationJobExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionOperationExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataProtectionOperationExtendedInfo)
IPersistableModel<DataProtectionOperationExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataProtectionOperationExtendedInfo)
IPersistableModel<DataProtectionOperationExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataProtectionOperationExtendedInfo)
IPersistableModel<DataProtectionOperationJobExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionOperationJobExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionOperationJobExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to