Uses of Class
com.azure.resourcemanager.appcontainers.models.EnvironmentVar
-
Packages that use EnvironmentVar Package Description com.azure.resourcemanager.appcontainers.models 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 EnvironmentVar Modifier and Type Method Description EnvironmentVar
EnvironmentVar. withName(String name)
Set the name property: Environment variable name.EnvironmentVar
EnvironmentVar. withSecretRef(String secretRef)
Set the secretRef property: Name of the Container App secret from which to pull the environment variable value.EnvironmentVar
EnvironmentVar. withValue(String value)
Set the value property: Non-secret environment variable value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type EnvironmentVar Modifier and Type Method Description List<EnvironmentVar>
Container. env()
Get the env property: Container environment variables.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type EnvironmentVar Modifier and Type Method Description Container
Container. withEnv(List<EnvironmentVar> env)
Set the env property: Container environment variables.
-