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
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