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.
public class ScriptActionTaskDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryTaskTypeDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ScriptActionTaskDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ScriptActionTaskDetails>
type ScriptActionTaskDetails = class
inherit SiteRecoveryTaskTypeDetails
interface IJsonModel<ScriptActionTaskDetails>
interface IPersistableModel<ScriptActionTaskDetails>
Public Class ScriptActionTaskDetails
Inherits SiteRecoveryTaskTypeDetails
Implements IJsonModel(Of ScriptActionTaskDetails), IPersistableModel(Of ScriptActionTaskDetails)
- Inheritance
- Implements
Properties
IsPrimarySideScript |
A value indicating whether it is a primary side script or not. |
Name |
The name. |
Output |
The output. |
Path |
The path. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET