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