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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET