ScriptActionPersistedGetResponseSpec Constructors
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.
Overloads
ScriptActionPersistedGetResponseSpec() |
Initializes a new instance of the ScriptActionPersistedGetResponseSpec class. |
ScriptActionPersistedGetResponseSpec(String, String, String, IList<String>, String) |
Initializes a new instance of the ScriptActionPersistedGetResponseSpec class. |
ScriptActionPersistedGetResponseSpec()
Initializes a new instance of the ScriptActionPersistedGetResponseSpec class.
public ScriptActionPersistedGetResponseSpec ();
Public Sub New ()
Applies to
ScriptActionPersistedGetResponseSpec(String, String, String, IList<String>, String)
Initializes a new instance of the ScriptActionPersistedGetResponseSpec class.
public ScriptActionPersistedGetResponseSpec (string name = default, string uri = default, string parameters = default, System.Collections.Generic.IList<string> roles = default, string applicationName = default);
new Microsoft.Azure.Management.HDInsight.Models.ScriptActionPersistedGetResponseSpec : string * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.HDInsight.Models.ScriptActionPersistedGetResponseSpec
Public Sub New (Optional name As String = Nothing, Optional uri As String = Nothing, Optional parameters As String = Nothing, Optional roles As IList(Of String) = Nothing, Optional applicationName As String = Nothing)
Parameters
- name
- String
The name of script action.
- uri
- String
The URI to the script.
- parameters
- String
The parameters for the script provided.
- applicationName
- String
The application name for the script action.