AsrTask.GroupTaskCustomDetails Property
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.
The custom task details based on the task type, if the task type is GroupTaskDetails or one of the types derived from it. Please note SiteRecoveryGroupTaskDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include InlineWorkflowTaskDetails, RecoveryPlanGroupTaskDetails and RecoveryPlanShutdownGroupTaskDetails.
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryGroupTaskDetails GroupTaskCustomDetails { get; }
member this.GroupTaskCustomDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryGroupTaskDetails
Public ReadOnly Property GroupTaskCustomDetails As SiteRecoveryGroupTaskDetails
Property Value
Applies to
Azure SDK for .NET