RecoveryPlanGroupTaskDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- name
- String
The name.
- groupId
- String
The group identifier.
- rpGroupType
- String
The group type.