RuntimeScriptAction(String, Uri, IEnumerable<String>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RuntimeScriptAction の新しいインスタンスを初期化します。
public RuntimeScriptAction (string name, Uri uri, System.Collections.Generic.IEnumerable<string> roles);
new Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction : string * Uri * seq<string> -> Azure.ResourceManager.HDInsight.Models.RuntimeScriptAction
Public Sub New (name As String, uri As Uri, roles As IEnumerable(Of String))
パラメーター
- name
- String
スクリプト アクションの名前。
- uri
- Uri
スクリプトへの URI。
- roles
- IEnumerable<String>
スクリプトが実行されるロールの一覧。
例外
name
、uri
、または roles
が null です。