GroupTaskDetails 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
GroupTaskDetails() |
Initializes a new instance of the GroupTaskDetails class. |
GroupTaskDetails(IList<ASRTask>) |
Initializes a new instance of the GroupTaskDetails class. |
GroupTaskDetails()
Initializes a new instance of the GroupTaskDetails class.
public GroupTaskDetails ();
Public Sub New ()
Applies to
GroupTaskDetails(IList<ASRTask>)
Initializes a new instance of the GroupTaskDetails class.
public GroupTaskDetails (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask> childTasks = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.GroupTaskDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.GroupTaskDetails
Public Sub New (Optional childTasks As IList(Of ASRTask) = Nothing)