EnvironmentUpdateParameters interface
Parameters supplied to the Update Environment operation.
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
tags | Key-value pairs of additional properties for the environment. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Gen1" | "Gen2"
Property Value
"Gen1" | "Gen2"
tags
Key-value pairs of additional properties for the environment.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}