Partager via


RecoveryPlanGroupTaskDetails Constructors

Definition

Overloads

RecoveryPlanGroupTaskDetails()

Initializes a new instance of the RecoveryPlanGroupTaskDetails class.

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

Initializes a new instance of the RecoveryPlanGroupTaskDetails class.

RecoveryPlanGroupTaskDetails()

Initializes a new instance of the RecoveryPlanGroupTaskDetails class.

public RecoveryPlanGroupTaskDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RecoveryPlanGroupTaskDetails class.

public RecoveryPlanGroupTaskDetails (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.RecoveryPlanGroupTaskDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask> * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanGroupTaskDetails
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