ScriptActionTaskDetails 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 script action task details.
[Newtonsoft.Json.JsonObject("ScriptActionTaskDetails")]
public class ScriptActionTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TaskTypeDetails
[<Newtonsoft.Json.JsonObject("ScriptActionTaskDetails")>]
type ScriptActionTaskDetails = class
inherit TaskTypeDetails
Public Class ScriptActionTaskDetails
Inherits TaskTypeDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ScriptActionTaskDetails() |
Initializes a new instance of the ScriptActionTaskDetails class. |
ScriptActionTaskDetails(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the ScriptActionTaskDetails class. |
Properties
IsPrimarySideScript |
Gets or sets a value indicating whether it is a primary side script or not. |
Name |
Gets or sets the name. |
Output |
Gets or sets the output. |
Path |
Gets or sets the path. |