Partilhar via


ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanShutdownGroupTaskDetails Método

Definição

Inicializa uma nova instância de 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

Parâmetros

childTasks
IEnumerable<AsrTask>

As tarefas filho.

name
String

O nome.

groupId
String

O identificador do grupo.

rpGroupType
String

O tipo de grupo.

Retornos

Uma nova RecoveryPlanShutdownGroupTaskDetails instância para simulação.

Aplica-se a