RecoveryPlanGroupTaskDetails Class

Definition

This class represents the recovery plan group task. Please note RecoveryPlanGroupTaskDetails 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 RecoveryPlanShutdownGroupTaskDetails.

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

Properties

ChildTasks

The child tasks.

(Inherited from SiteRecoveryGroupTaskDetails)
GroupId

The group identifier.

Name

The name.

RpGroupType

The group type.

Explicit Interface Implementations

IJsonModel<RecoveryPlanGroupTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanGroupTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryGroupTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryGroupTaskDetails)
IPersistableModel<RecoveryPlanGroupTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanGroupTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanGroupTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryGroupTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryGroupTaskDetails)

Applies to