SiteRecoveryJobStatusEventDetails Class

Definition

Model class for event details of a job status event.

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

Properties

AffectedObjectType

AffectedObjectType for the event.

JobFriendlyName

JobName for the Event.

JobId

Job arm id for the event.

JobStatus

JobStatus for the Event.

Explicit Interface Implementations

IJsonModel<SiteRecoveryEventSpecificDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryEventSpecificDetails)
IJsonModel<SiteRecoveryJobStatusEventDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryJobStatusEventDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryEventSpecificDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryEventSpecificDetails)
IPersistableModel<SiteRecoveryJobStatusEventDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryJobStatusEventDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryJobStatusEventDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to