Share via


RecoveryPlanGroupTaskDetails Class

Definition

This class represents the recovery plan group task.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanGroupTaskDetailsTypeConverter))]
public class RecoveryPlanGroupTaskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanGroupTaskDetailsTypeConverter))>]
type RecoveryPlanGroupTaskDetails = class
    interface IRecoveryPlanGroupTaskDetails
    interface IJsonSerializable
    interface IGroupTaskDetails
    interface IValidates
Public Class RecoveryPlanGroupTaskDetails
Implements IRecoveryPlanGroupTaskDetails, IValidates
Inheritance
RecoveryPlanGroupTaskDetails
Attributes
Implements

Constructors

RecoveryPlanGroupTaskDetails()

Creates an new RecoveryPlanGroupTaskDetails instance.

Properties

ChildTask

The child tasks.

GroupId

The group identifier.

InstanceType

The type of task details.

Name

The name.

RpGroupType

The group type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPlanGroupTaskDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPlanGroupTaskDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanGroupTaskDetails. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanGroupTaskDetails interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of RecoveryPlanGroupTaskDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPlanGroupTaskDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to