Uses of Class
com.microsoft.azure.management.batch.StartTask
-
-
Uses of StartTask in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return StartTask Modifier and Type Method Description StartTaskStartTask. withCommandLine(String commandLine)Set the commandLine value.StartTaskStartTask. withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)Set the environmentSettings value.StartTaskStartTask. withMaxTaskRetryCount(Integer maxTaskRetryCount)Set the maxTaskRetryCount value.StartTaskStartTask. withResourceFiles(List<ResourceFile> resourceFiles)Set the resourceFiles value.StartTaskStartTask. withUserIdentity(UserIdentity userIdentity)Set the userIdentity value.StartTaskStartTask. withWaitForSuccess(Boolean waitForSuccess)Set the waitForSuccess value.
-