EnvironmentVariableSetup interface
The custom setup of setting environment variable.
- Extends
Properties
type | Polymorphic discriminator, which specifies the different types this object can be |
variable |
The name of the environment variable. |
variable |
The value of the environment variable. |
Property Details
type
Polymorphic discriminator, which specifies the different types this object can be
type: "EnvironmentVariableSetup"
Property Value
"EnvironmentVariableSetup"
variableName
The name of the environment variable.
variableName: string
Property Value
string
variableValue
The value of the environment variable.
variableValue: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript