| Package | Description |
|---|---|
| com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentVariable |
EnvironmentVariable.withName(String name)
Set the name of the environment variable.
|
EnvironmentVariable |
EnvironmentVariable.withSecureValue(String secureValue)
Set the value of the secure environment variable.
|
EnvironmentVariable |
EnvironmentVariable.withValue(String value)
Set the value of the environment variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentVariable> |
Container.environmentVariables()
Get the environment variables to set in the container instance.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)
Set the environment variables to set in the container instance.
|
Copyright © 2019. All rights reserved.