TaskProperties Constructors
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET