ManualActionTaskDetails Class
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.
This class represents the manual action task details.
[Newtonsoft.Json.JsonObject("ManualActionTaskDetails")]
public class ManualActionTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TaskTypeDetails
[<Newtonsoft.Json.JsonObject("ManualActionTaskDetails")>]
type ManualActionTaskDetails = class
inherit TaskTypeDetails
Public Class ManualActionTaskDetails
Inherits TaskTypeDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ManualActionTaskDetails() |
Initializes a new instance of the ManualActionTaskDetails class. |
ManualActionTaskDetails(String, String, String) |
Initializes a new instance of the ManualActionTaskDetails class. |
Properties
Instructions |
Gets or sets the instructions. |
Name |
Gets or sets the name. |
Observation |
Gets or sets the observation. |