Uses of Class
com.azure.resourcemanager.appservice.models.EnvironmentVariable
Packages that use EnvironmentVariable
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of EnvironmentVariable in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type EnvironmentVariableModifier and TypeMethodDescriptionSiteContainerInner.environmentVariables()
Get the environmentVariables property: List of environment variables.SiteContainerProperties.environmentVariables()
Get the environmentVariables property: List of environment variables.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type EnvironmentVariableModifier and TypeMethodDescriptionSiteContainerInner.withEnvironmentVariables
(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: List of environment variables.SiteContainerProperties.withEnvironmentVariables
(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: List of environment variables. -
Uses of EnvironmentVariable in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return EnvironmentVariableModifier and TypeMethodDescriptionstatic EnvironmentVariable
EnvironmentVariable.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EnvironmentVariable from the JsonReader.Set the name property: Environment variable name.Set the value property: Environment variable value.