ScriptActionPersistedGetResponseSpec 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.
The persisted script action for cluster.
public class ScriptActionPersistedGetResponseSpec
type ScriptActionPersistedGetResponseSpec = class
Public Class ScriptActionPersistedGetResponseSpec
- Inheritance
-
ScriptActionPersistedGetResponseSpec
Constructors
ScriptActionPersistedGetResponseSpec() |
Initializes a new instance of the ScriptActionPersistedGetResponseSpec class. |
ScriptActionPersistedGetResponseSpec(String, String, String, IList<String>, String) |
Initializes a new instance of the ScriptActionPersistedGetResponseSpec class. |
Properties
ApplicationName |
Gets or sets the application name for the script action. |
Name |
Gets or sets the name of script action. |
Parameters |
Gets or sets the parameters for the script provided. |
Roles |
Gets or sets the list of roles where script will be executed. |
Uri |
Gets or sets the URI to the script. |
Applies to
Azure SDK for .NET