Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentSetting |
EnvironmentSetting.withName(String name)
Set the name value.
|
EnvironmentSetting |
EnvironmentSetting.withValue(String value)
Set the value value.
|
Modifier and Type | Method and Description |
---|---|
List<EnvironmentSetting> |
JobSpecification.commonEnvironmentSettings()
Get the commonEnvironmentSettings value.
|
List<EnvironmentSetting> |
JobAddParameter.commonEnvironmentSettings()
Get the commonEnvironmentSettings value.
|
List<EnvironmentSetting> |
CloudJob.commonEnvironmentSettings()
Get the commonEnvironmentSettings value.
|
List<EnvironmentSetting> |
TaskAddParameter.environmentSettings()
Get the environmentSettings value.
|
List<EnvironmentSetting> |
JobReleaseTask.environmentSettings()
Get the environmentSettings value.
|
List<EnvironmentSetting> |
JobPreparationTask.environmentSettings()
Get the environmentSettings value.
|
List<EnvironmentSetting> |
StartTask.environmentSettings()
Get the environmentSettings value.
|
List<EnvironmentSetting> |
CloudTask.environmentSettings()
Get the environmentSettings value.
|
List<EnvironmentSetting> |
JobManagerTask.environmentSettings()
Get the environmentSettings value.
|
Modifier and Type | Method and Description |
---|---|
JobSpecification |
JobSpecification.withCommonEnvironmentSettings(List<EnvironmentSetting> commonEnvironmentSettings)
Set the commonEnvironmentSettings value.
|
JobAddParameter |
JobAddParameter.withCommonEnvironmentSettings(List<EnvironmentSetting> commonEnvironmentSettings)
Set the commonEnvironmentSettings value.
|
CloudJob |
CloudJob.withCommonEnvironmentSettings(List<EnvironmentSetting> commonEnvironmentSettings)
Set the commonEnvironmentSettings value.
|
TaskAddParameter |
TaskAddParameter.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
JobReleaseTask |
JobReleaseTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
JobPreparationTask |
JobPreparationTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
StartTask |
StartTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
CloudTask |
CloudTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
JobManagerTask |
JobManagerTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
Copyright © 2019. All rights reserved.