Share via


RecoveryPlanShutdownGroupTaskDetails Class

Definition

This class represents the recovery plan shutdown group task details.

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

Properties

ChildTasks

The child tasks.

(Inherited from SiteRecoveryGroupTaskDetails)
GroupId

The group identifier.

(Inherited from RecoveryPlanGroupTaskDetails)
Name

The name.

(Inherited from RecoveryPlanGroupTaskDetails)
RpGroupType

The group type.

(Inherited from RecoveryPlanGroupTaskDetails)

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryPlanGroupTaskDetails)
IJsonModel<RecoveryPlanShutdownGroupTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanShutdownGroupTaskDetails>.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.

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

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

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

Writes the model into a BinaryData.

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

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanShutdownGroupTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanShutdownGroupTaskDetails>.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