Share via


RecoveryPlanShutdownGroupTaskDetails Constructors

Definition

Overloads

RecoveryPlanShutdownGroupTaskDetails()

Initializes a new instance of the RecoveryPlanShutdownGroupTaskDetails class.

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

Initializes a new instance of the RecoveryPlanShutdownGroupTaskDetails class.

RecoveryPlanShutdownGroupTaskDetails()

Initializes a new instance of the RecoveryPlanShutdownGroupTaskDetails class.

public RecoveryPlanShutdownGroupTaskDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RecoveryPlanShutdownGroupTaskDetails class.

public RecoveryPlanShutdownGroupTaskDetails (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask> childTasks = default, string name = default, string groupId = default, string rpGroupType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanShutdownGroupTaskDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask> * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanShutdownGroupTaskDetails
Public Sub New (Optional childTasks As IList(Of ASRTask) = Nothing, Optional name As String = Nothing, Optional groupId As String = Nothing, Optional rpGroupType As String = Nothing)

Parameters

childTasks
IList<ASRTask>

The child tasks.

name
String

The name.

groupId
String

The group identifier.

rpGroupType
String

The group type.

Applies to