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