Uses of Class
com.azure.resourcemanager.appservice.models.EnvironmentVar
Packages that use EnvironmentVar
Package
Description
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 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.appservice.models that return types with arguments of type EnvironmentVarModifier and TypeMethodDescriptionContainer.env()
Get the env property: Container environment variables.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type EnvironmentVarModifier and TypeMethodDescriptionContainer.withEnv
(List<EnvironmentVar> env) Set the env property: Container environment variables.