Show / Hide Table of Contents

Class EnvironmentDefinition

EnvironmentDefinition

Inheritance
object
EnvironmentDefinition
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 EnvironmentDefinition : IValidatableObject

Constructors

View Source

EnvironmentDefinition(Option<List<string>?>, Option<EnvironmentDefinitionValues?>)

Initializes a new instance of the EnvironmentDefinition class.

Declaration
[JsonConstructor]
public EnvironmentDefinition(Option<List<string>?> imports = default, Option<EnvironmentDefinitionValues?> values = default)
Parameters
Type Name Description
Option<List<string>> imports

imports

Option<EnvironmentDefinitionValues> values

values

Properties

View Source

Imports

Gets or Sets Imports

Declaration
[JsonPropertyName("imports")]
public List<string>? Imports { get; set; }
Property Value
Type Description
List<string>
View Source

Values

Gets or Sets Values

Declaration
[JsonPropertyName("values")]
public EnvironmentDefinitionValues? Values { get; set; }
Property Value
Type Description
EnvironmentDefinitionValues

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.