你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RuntimeScriptAction 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RuntimeScriptAction() |
初始化 RuntimeScriptAction 类的新实例。 |
RuntimeScriptAction(String, String, IList<String>, String, String) |
初始化 RuntimeScriptAction 类的新实例。 |
RuntimeScriptAction()
初始化 RuntimeScriptAction 类的新实例。
public RuntimeScriptAction ();
Public Sub New ()
适用于
RuntimeScriptAction(String, String, IList<String>, String, String)
初始化 RuntimeScriptAction 类的新实例。
public RuntimeScriptAction (string name, string uri, System.Collections.Generic.IList<string> roles, string parameters = default, string applicationName = default);
new Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction : string * string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction
Public Sub New (name As String, uri As String, roles As IList(Of String), Optional parameters As String = Nothing, Optional applicationName As String = Nothing)
参数
- name
- String
脚本操作的名称。
- uri
- String
脚本的 URI。
- parameters
- String
脚本的参数
- applicationName
- String
脚本操作的应用程序名称(如果有)。