ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanGroupTaskDetails 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 RecoveryPlanGroupTaskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanGroupTaskDetails RecoveryPlanGroupTaskDetails(System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AsrTask> childTasks = default, string name = default, string groupId = default, string rpGroupType = default);
static member RecoveryPlanGroupTaskDetails : seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AsrTask> * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanGroupTaskDetails
Public Shared Function RecoveryPlanGroupTaskDetails (Optional childTasks As IEnumerable(Of AsrTask) = Nothing, Optional name As String = Nothing, Optional groupId As String = Nothing, Optional rpGroupType As String = Nothing) As RecoveryPlanGroupTaskDetails
Parameters
- childTasks
- IEnumerable<AsrTask>
The child tasks.
- name
- String
The name.
- groupId
- String
The group identifier.
- rpGroupType
- String
The group type.
Returns
A new RecoveryPlanGroupTaskDetails instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET