Class CreateEnvironment
CreateEnvironment
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class CreateEnvironment : IValidatableObject
Constructors
View SourceCreateEnvironment(string, string)
Initializes a new instance of the CreateEnvironment class.
Declaration
[JsonConstructor]
public CreateEnvironment(string name, string project)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | name |
| string | project | project |
Properties
View SourceName
Gets or Sets Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Project
Gets or Sets Project
Declaration
[JsonPropertyName("project")]
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |