ArmHDInsightModelFactory.ScriptAction(String, Uri, String) 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.
public static Azure.ResourceManager.HDInsight.Models.ScriptAction ScriptAction(string name = default, Uri uri = default, string parameters = default);
static member ScriptAction : string * Uri * string -> Azure.ResourceManager.HDInsight.Models.ScriptAction
Public Shared Function ScriptAction (Optional name As String = Nothing, Optional uri As Uri = Nothing, Optional parameters As String = Nothing) As ScriptAction
Parameters
- name
- String
The name of the script action.
- uri
- Uri
The URI to the script.
- parameters
- String
The parameters for the script provided.
Returns
A new ScriptAction instance for mocking.