Share via


AsrTask.GroupTaskCustomDetails Property

Definition

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