SoftareUpdateConfigurationRunTaskProperties 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
SoftareUpdateConfigurationRunTaskProperties() |
Initializes a new instance of the SoftwareUpdateConfigurationRunTaskProperties class. |
SoftareUpdateConfigurationRunTaskProperties(String, String, String) |
Initializes a new instance of the SoftwareUpdateConfigurationRunTaskProperties class. |
SoftareUpdateConfigurationRunTaskProperties()
Initializes a new instance of the SoftwareUpdateConfigurationRunTaskProperties class.
public SoftareUpdateConfigurationRunTaskProperties ();
Public Sub New ()
Applies to
SoftareUpdateConfigurationRunTaskProperties(String, String, String)
Initializes a new instance of the SoftwareUpdateConfigurationRunTaskProperties class.
public SoftareUpdateConfigurationRunTaskProperties (string status = default, string source = default, string jobId = default);
new Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTaskProperties : string * string * string -> Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTaskProperties
Public Sub New (Optional status As String = Nothing, Optional source As String = Nothing, Optional jobId As String = Nothing)
Parameters
- status
- String
The status of the task.
- source
- String
The name of the source of the task.
- jobId
- String
The job id of the task.