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
-
System.ObjectSetupTask
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. |