FabricReplicationGroupTaskDetails Class

Definition

This class represents the fabric replication group task details.

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

Properties

JobTask

The job entity.

(Inherited from SiteRecoveryJobTaskDetails)
SkippedReason

The skipped reason.

SkippedReasonString

The skipped reason string.

Explicit Interface Implementations

IJsonModel<FabricReplicationGroupTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FabricReplicationGroupTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryJobTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryJobTaskDetails)
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<FabricReplicationGroupTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FabricReplicationGroupTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FabricReplicationGroupTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryJobTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryJobTaskDetails)
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