Partager via


ArmRecoveryServicesSiteRecoveryModelFactory.InlineWorkflowTaskDetails Méthode

Définition

Initialise une nouvelle instance d’InlineWorkflowTaskDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InlineWorkflowTaskDetails InlineWorkflowTaskDetails (System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AsrTask> childTasks = default, System.Collections.Generic.IEnumerable<string> workflowIds = default);
static member InlineWorkflowTaskDetails : seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AsrTask> * seq<string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InlineWorkflowTaskDetails
Public Shared Function InlineWorkflowTaskDetails (Optional childTasks As IEnumerable(Of AsrTask) = Nothing, Optional workflowIds As IEnumerable(Of String) = Nothing) As InlineWorkflowTaskDetails

Paramètres

childTasks
IEnumerable<AsrTask>

Tâches enfants.

workflowIds
IEnumerable<String>

Liste des ID de workflow enfants.

Retours

Une nouvelle InlineWorkflowTaskDetails instance pour se moquer.

S’applique à