Uses of Class
com.microsoft.azure.management.containerinstance.EnvironmentVariable
Packages that use EnvironmentVariable
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of EnvironmentVariable in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return EnvironmentVariableModifier and TypeMethodDescriptionSet the name of the environment variable.EnvironmentVariable.withSecureValue(String secureValue) Set the value of the secure environment variable.Set the value of the environment variable.Methods in com.microsoft.azure.management.containerinstance that return types with arguments of type EnvironmentVariableModifier and TypeMethodDescriptionContainer.environmentVariables()Get the environment variables to set in the container instance.InitContainerDefinition.environmentVariables()Get the environment variables to set in the init container.Method parameters in com.microsoft.azure.management.containerinstance with type arguments of type EnvironmentVariableModifier and TypeMethodDescriptionContainer.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) Set the environment variables to set in the container instance.InitContainerDefinition.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) Set the environment variables to set in the init container.