ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>
The stage of the container instance definition allowing to specify the environment variables.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withEnvironmentVariable(String envName, String envValue)
Specifies the environment variable. |
|
abstract
With |
withEnvironmentVariables(Map<String,String> environmentVariables)
Specifies the environment variables. |
|
abstract
With |
withEnvironmentVariableWithSecuredValue(Map<String,String> environmentVariables)
Specifies a collection of name and secure value pairs for the environment variables. |
|
abstract
With |
withEnvironmentVariableWithSecuredValue(String envName, String securedValue)
Specifies the environment variable that has a secured value. |
Method Details
withEnvironmentVariable
public abstract ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withEnvironmentVariable(String envName, String envValue)
Specifies the environment variable.
Parameters:
Returns:
withEnvironmentVariables
public abstract ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withEnvironmentVariables(Map<String,String> environmentVariables)
Specifies the environment variables.
Parameters:
Returns:
withEnvironmentVariableWithSecuredValue
public abstract ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withEnvironmentVariableWithSecuredValue(Map<String,String> environmentVariables)
Specifies a collection of name and secure value pairs for the environment variables.
Parameters:
Returns:
withEnvironmentVariableWithSecuredValue
public abstract ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withEnvironmentVariableWithSecuredValue(String envName, String securedValue)
Specifies the environment variable that has a secured value.
Parameters:
Returns: