ArmHDInsightModelFactory.RuntimeScriptAction Method
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.
Initializes a new instance of RuntimeScriptAction.
public static Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction RuntimeScriptAction (string name = default, Uri uri = default, string parameters = default, System.Collections.Generic.IEnumerable<string> roles = default, string applicationName = default);
static member RuntimeScriptAction : string * Uri * string * seq<string> * string -> Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction
Public Shared Function RuntimeScriptAction (Optional name As String = Nothing, Optional uri As Uri = Nothing, Optional parameters As String = Nothing, Optional roles As IEnumerable(Of String) = Nothing, Optional applicationName As String = Nothing) As RuntimeScriptAction
Parameters
- name
- String
The name of the script action.
- uri
- Uri
The URI to the script.
- parameters
- String
The parameters for the script.
- roles
- IEnumerable<String>
The list of roles where script will be executed.
- applicationName
- String
The application name of the script action, if any.
Returns
A new RuntimeScriptAction instance for mocking.
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