Class EnvironmentVariable
java.lang.Object
com.microsoft.azure.management.containerinstance.EnvironmentVariable
The environment variable to set within the container instance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name of the environment variable.Get the value of the secure environment variable.value()
Get the value of the environment variable.Set the name of the environment variable.withSecureValue
(String secureValue) Set the value of the secure environment variable.Set the value of the environment variable.
-
Constructor Details
-
EnvironmentVariable
public EnvironmentVariable()
-
-
Method Details
-
name
Get the name of the environment variable.- Returns:
- the name value
-
withName
Set the name of the environment variable.- Parameters:
name
- the name value to set- Returns:
- the EnvironmentVariable object itself.
-
value
Get the value of the environment variable.- Returns:
- the value value
-
withValue
Set the value of the environment variable.- Parameters:
value
- the value value to set- Returns:
- the EnvironmentVariable object itself.
-
secureValue
Get the value of the secure environment variable.- Returns:
- the secureValue value
-
withSecureValue
Set the value of the secure environment variable.- Parameters:
secureValue
- the secureValue value to set- Returns:
- the EnvironmentVariable object itself.
-