SetupTask 클래스

정의

클러스터의 컴퓨팅 노드를 사용자 지정하는 데 사용할 수 있는 설치 작업을 지정합니다.

public class SetupTask
type SetupTask = class
Public Class SetupTask
상속
SetupTask

생성자

SetupTask()

SetupTask 클래스의 새 instance 초기화합니다.

SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String)

SetupTask 클래스의 새 instance 초기화합니다.

속성

CommandLine

명령줄을 가져오거나 설정합니다.

EnvironmentVariables

환경 변수를 가져오거나 설정합니다.

Secrets

비밀을 가져오거나 설정합니다.

StdOutErrPathPrefix

출력 경로 접두사를 가져오거나 설정합니다.

StdOutErrPathSuffix

출력 경로 접미사를 가져옵니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상