Share via


RecoveryPlanShutdownGroupTaskDetails Class

Definition

This class represents the recovery plan shutdown group task details.

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

Constructors

RecoveryPlanShutdownGroupTaskDetails()

Initializes a new instance of the RecoveryPlanShutdownGroupTaskDetails class.

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

Initializes a new instance of the RecoveryPlanShutdownGroupTaskDetails class.

Properties

ChildTasks

Gets or sets the child tasks.

(Inherited from GroupTaskDetails)
GroupId

Gets or sets the group identifier.

(Inherited from RecoveryPlanGroupTaskDetails)
Name

Gets or sets the name.

(Inherited from RecoveryPlanGroupTaskDetails)
RpGroupType

Gets or sets the group type.

(Inherited from RecoveryPlanGroupTaskDetails)

Applies to