RecoveryPlanShutdownGroupTaskDetails 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
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
- name
- String
The name.
- groupId
- String
The group identifier.
- rpGroupType
- String
The group type.