RuntimeScriptActionDetail(String, Uri, IEnumerable<String>) Constructor

Definition

Initializes a new instance of RuntimeScriptActionDetail.

public RuntimeScriptActionDetail (string name, Uri uri, System.Collections.Generic.IEnumerable<string> roles);
new Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail : string * Uri * seq<string> -> Azure.ResourceManager.HDInsight.Models.RuntimeScriptActionDetail
Public Sub New (name As String, uri As Uri, roles As IEnumerable(Of String))

Parameters

name
String

The name of the script action.

uri
Uri

The URI to the script.

roles
IEnumerable<String>

The list of roles where script will be executed.

Exceptions

name, uri or roles is null.

Applies to