Freigeben über


RecoveryPlanGroupTaskDetails Class

Definition

This class represents the recovery plan group task.

[Newtonsoft.Json.JsonObject("RecoveryPlanGroupTaskDetails")]
public class RecoveryPlanGroupTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.GroupTaskDetails
[<Newtonsoft.Json.JsonObject("RecoveryPlanGroupTaskDetails")>]
type RecoveryPlanGroupTaskDetails = class
    inherit GroupTaskDetails
Public Class RecoveryPlanGroupTaskDetails
Inherits GroupTaskDetails
Inheritance
RecoveryPlanGroupTaskDetails
Derived
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

RecoveryPlanGroupTaskDetails()

Initializes a new instance of the RecoveryPlanGroupTaskDetails class.

RecoveryPlanGroupTaskDetails(IList<ASRTask>, String, String, String)

Initializes a new instance of the RecoveryPlanGroupTaskDetails class.

Properties

ChildTasks

Gets or sets the child tasks.

(Inherited from GroupTaskDetails)
GroupId

Gets or sets the group identifier.

Name

Gets or sets the name.

RpGroupType

Gets or sets the group type.

Applies to