Show / Hide Table of Contents

Class EnvironmentDefinitionValues

EnvironmentDefinitionValues

Inheritance
object
EnvironmentDefinitionValues
Implements
IValidatableObject
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class EnvironmentDefinitionValues : IValidatableObject

Constructors

View Source

EnvironmentDefinitionValues(Option<Dictionary<string, string>?>, Option<Dictionary<string, string>?>, Option<Dictionary<string, object>?>)

Initializes a new instance of the EnvironmentDefinitionValues class.

Declaration
[JsonConstructor]
public EnvironmentDefinitionValues(Option<Dictionary<string, string>?> environmentVariables = default, Option<Dictionary<string, string>?> files = default, Option<Dictionary<string, object>?> pulumiConfig = default)
Parameters
Type Name Description
Option<Dictionary<string, string>> environmentVariables

environmentVariables

Option<Dictionary<string, string>> files

files

Option<Dictionary<string, object>> pulumiConfig

pulumiConfig

Properties

View Source

AdditionalProperties

Gets or Sets additional properties

Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement> AdditionalProperties { get; }
Property Value
Type Description
Dictionary<string, JsonElement>
View Source

EnvironmentVariables

Gets or Sets EnvironmentVariables

Declaration
[JsonPropertyName("environmentVariables")]
public Dictionary<string, string>? EnvironmentVariables { get; set; }
Property Value
Type Description
Dictionary<string, string>
View Source

Files

Gets or Sets Files

Declaration
[JsonPropertyName("files")]
public Dictionary<string, string>? Files { get; set; }
Property Value
Type Description
Dictionary<string, string>
View Source

PulumiConfig

Gets or Sets PulumiConfig

Declaration
[JsonPropertyName("pulumiConfig")]
public Dictionary<string, object>? PulumiConfig { get; set; }
Property Value
Type Description
Dictionary<string, object>

Methods

View Source

ToString()

Returns the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
string

String presentation of the object

Overrides
object.ToString()

Implements

IValidatableObject

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.