Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanShutdownGroupTaskDetails Method

Definition

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