SetupTask Class
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.
Specifies a setup task which can be used to customize the compute nodes of the cluster.
public class SetupTask
type SetupTask = class
Public Class SetupTask
- Inheritance
-
SetupTask
Constructors
SetupTask() |
Initializes a new instance of the SetupTask class. |
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String) |
Initializes a new instance of the SetupTask class. |
Properties
CommandLine |
Gets or sets command line. |
EnvironmentVariables |
Gets or sets environment variables. |
Secrets |
Gets or sets secrets. |
StdOutErrPathPrefix |
Gets or sets output path prefix. |
StdOutErrPathSuffix |
Gets output path suffix. |
Methods
Validate() |
Validate the object. |
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