EnvironmentSetting Class
- java.
lang. Object - com.
microsoft. azure. management. batch. EnvironmentSetting
- com.
public class EnvironmentSetting
An environment variable to be set on a task process.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name value. |
String |
value()
Get the value value. |
Environment |
withName(String name)
Set the name value. |
Environment |
withValue(String value)
Set the value value. |
Method Details
name
public String name()
Get the name value.
Returns:
the name value
value
public String value()
Get the value value.
Returns:
the value value
withName
public EnvironmentSetting withName(String name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the EnvironmentSetting object itself.
withValue
public EnvironmentSetting withValue(String value)
Set the value value.
Parameters:
value
- the value value to set
Returns:
the EnvironmentSetting object itself.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java