Share via


SetupTask Class

Definition

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