ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanShutdownGroupTaskDetails Method
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.
Initializes a new instance of RecoveryPlanShutdownGroupTaskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanShutdownGroupTaskDetails RecoveryPlanShutdownGroupTaskDetails (System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AsrTask> childTasks = default, string name = default, string groupId = default, string rpGroupType = default);
static member RecoveryPlanShutdownGroupTaskDetails : seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AsrTask> * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanShutdownGroupTaskDetails
Public Shared Function RecoveryPlanShutdownGroupTaskDetails (Optional childTasks As IEnumerable(Of AsrTask) = Nothing, Optional name As String = Nothing, Optional groupId As String = Nothing, Optional rpGroupType As String = Nothing) As RecoveryPlanShutdownGroupTaskDetails
Parameters
- childTasks
- IEnumerable<AsrTask>
The child tasks.
- name
- String
The name.
- groupId
- String
The group identifier.
- rpGroupType
- String
The group type.
Returns
A new RecoveryPlanShutdownGroupTaskDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET