SiteRecoveryJobTaskDetails Class

Definition

This class represents a task which is actually a workflow so that one can navigate to its individual drill down. Please note SiteRecoveryJobTaskDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FabricReplicationGroupTaskDetails and SiteRecoveryVmTaskDetails.

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

Properties

JobTask

The job entity.

Explicit Interface Implementations

IJsonModel<SiteRecoveryJobTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryJobTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryTaskTypeDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryTaskTypeDetails)
IPersistableModel<SiteRecoveryJobTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryJobTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryJobTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryTaskTypeDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryTaskTypeDetails)

Applies to