SoftwareUpdateConfigurationTasks 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
SoftwareUpdateConfigurationTasks() |
Initializes a new instance of the SoftwareUpdateConfigurationTasks class. |
SoftwareUpdateConfigurationTasks(TaskProperties, TaskProperties) |
Initializes a new instance of the SoftwareUpdateConfigurationTasks class. |
SoftwareUpdateConfigurationTasks()
Initializes a new instance of the SoftwareUpdateConfigurationTasks class.
public SoftwareUpdateConfigurationTasks ();
Public Sub New ()
Applies to
SoftwareUpdateConfigurationTasks(TaskProperties, TaskProperties)
Initializes a new instance of the SoftwareUpdateConfigurationTasks class.
public SoftwareUpdateConfigurationTasks (Microsoft.Azure.Management.Automation.Models.TaskProperties preTask = default, Microsoft.Azure.Management.Automation.Models.TaskProperties postTask = default);
new Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationTasks : Microsoft.Azure.Management.Automation.Models.TaskProperties * Microsoft.Azure.Management.Automation.Models.TaskProperties -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationTasks
Public Sub New (Optional preTask As TaskProperties = Nothing, Optional postTask As TaskProperties = Nothing)
Parameters
- preTask
- TaskProperties
Pre task properties.
- postTask
- TaskProperties
Post task properties.
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