Uses of Class
com.azure.resourcemanager.containerinstance.models.EnvironmentVariable
Packages that use EnvironmentVariable
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of EnvironmentVariable in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type EnvironmentVariableModifier and TypeMethodDescriptionContainerProperties.environmentVariables()Get the environmentVariables property: The environment variables to set in the container instance.InitContainerPropertiesDefinition.environmentVariables()Get the environmentVariables property: The environment variables to set in the init container.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type EnvironmentVariableModifier and TypeMethodDescriptionContainerProperties.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: The environment variables to set in the container instance.InitContainerPropertiesDefinition.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: The environment variables to set in the init container. -
Uses of EnvironmentVariable in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type EnvironmentVariableModifier and TypeClassDescriptionfinal classThe environment variable to set within the container instance.Methods in com.azure.resourcemanager.containerinstance.models that return EnvironmentVariableModifier and TypeMethodDescriptionstatic EnvironmentVariableEnvironmentVariable.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EnvironmentVariable from the JsonReader.Set the name property: The name of the environment variable.EnvironmentVariable.withSecureValue(String secureValue) Set the secureValue property: The value of the secure environment variable.Set the value property: The value of the environment variable.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type EnvironmentVariableModifier and TypeMethodDescriptionContainer.environmentVariables()Get the environmentVariables property: The environment variables to set in the container instance.InitContainerDefinition.environmentVariables()Get the environmentVariables property: The environment variables to set in the init container.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type EnvironmentVariableModifier and TypeMethodDescriptionContainer.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: The environment variables to set in the container instance.InitContainerDefinition.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: The environment variables to set in the init container.