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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for JavaScript