你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |