Uses of Class
com.azure.resourcemanager.appcontainers.models.EnvironmentVar
Packages that use EnvironmentVar
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of EnvironmentVar in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return EnvironmentVarModifier and TypeMethodDescriptionstatic EnvironmentVar
EnvironmentVar.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EnvironmentVar from the JsonReader.Set the name property: Environment variable name.EnvironmentVar.withSecretRef
(String secretRef) Set the secretRef property: Name of the Container App secret from which to pull the environment variable value.Set the value property: Non-secret environment variable value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type EnvironmentVarModifier and TypeMethodDescriptionBaseContainer.env()
Get the env property: Container environment variables.JobExecutionContainer.env()
Get the env property: Container environment variables.SessionContainer.env()
Get the env property: Container environment variables.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type EnvironmentVarModifier and TypeMethodDescriptionBaseContainer.withEnv
(List<EnvironmentVar> env) Set the env property: Container environment variables.Container.withEnv
(List<EnvironmentVar> env) Set the env property: Container environment variables.InitContainer.withEnv
(List<EnvironmentVar> env) Set the env property: Container environment variables.JobExecutionContainer.withEnv
(List<EnvironmentVar> env) Set the env property: Container environment variables.SessionContainer.withEnv
(List<EnvironmentVar> env) Set the env property: Container environment variables.