EnvironmentVariable interface
Describes an environment variable for the container.
Properties
name | The name of the environment variable. |
value | The value of the environment variable. |
Property Details
name
The name of the environment variable.
name?: string
Property Value
string
value
The value of the environment variable.
value?: 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