Class ServiceTemplateSpecContainerEnv
Inheritance
System.Object
ServiceTemplateSpecContainerEnv
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.CloudRun.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceTemplateSpecContainerEnv
Fields
View SourceName
Name of the environment variable.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Value
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |