Package | Description |
---|---|
com.microsoft.azure.management.batch |
This package contains the classes for BatchManagementClient.
|
Modifier and Type | Method and Description |
---|---|
StartTask |
StartTask.withCommandLine(String commandLine)
Set the commandLine value.
|
StartTask |
StartTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
StartTask |
StartTask.withMaxTaskRetryCount(Integer maxTaskRetryCount)
Set the maxTaskRetryCount value.
|
StartTask |
StartTask.withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
StartTask |
StartTask.withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
StartTask |
StartTask.withWaitForSuccess(Boolean waitForSuccess)
Set the waitForSuccess value.
|
Copyright © 2019. All rights reserved.