Class OpenEnvironment
OpenEnvironment
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class OpenEnvironment : IValidatableObject
Constructors
View SourceOpenEnvironment(string, Option<EnvironmentDiagnostics?>)
Initializes a new instance of the OpenEnvironment class.
Declaration
[JsonConstructor]
public OpenEnvironment(string id, Option<EnvironmentDiagnostics?> diagnostics = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Open environment session identifier |
| Option<EnvironmentDiagnostics> | diagnostics | diagnostics |
Properties
View SourceDiagnostics
Gets or Sets Diagnostics
Declaration
[JsonPropertyName("diagnostics")]
public EnvironmentDiagnostics? Diagnostics { get; set; }
Property Value
| Type | Description |
|---|---|
| EnvironmentDiagnostics |
Id
Open environment session identifier
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Open environment session identifier |
Methods
View SourceToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |