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