Share via


TaskProperties Constructors

Definition

Overloads

TaskProperties()

Initializes a new instance of the TaskProperties class.

TaskProperties(IDictionary<String,String>, String)

Initializes a new instance of the TaskProperties class.

TaskProperties()

Initializes a new instance of the TaskProperties class.

public TaskProperties ();
Public Sub New ()

Applies to

TaskProperties(IDictionary<String,String>, String)

Initializes a new instance of the TaskProperties class.

public TaskProperties (System.Collections.Generic.IDictionary<string,string> parameters = default, string source = default);
new Microsoft.Azure.Management.Automation.Models.TaskProperties : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Automation.Models.TaskProperties
Public Sub New (Optional parameters As IDictionary(Of String, String) = Nothing, Optional source As String = Nothing)

Parameters

parameters
IDictionary<String,String>

Gets or sets the parameters of the task.

source
String

Gets or sets the name of the runbook.

Applies to