Show / Hide Table of Contents

Class UpdateEnvironmentTag

UpdateEnvironmentTag

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

Constructors

View Source

UpdateEnvironmentTag(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 Source

CurrentTag

Gets or Sets CurrentTag

Declaration
[JsonPropertyName("currentTag")]
public UpdateEnvironmentTagCurrentTag CurrentTag { get; set; }
Property Value
Type Description
UpdateEnvironmentTagCurrentTag
View Source

NewTag

Gets or Sets NewTag

Declaration
[JsonPropertyName("newTag")]
public UpdateEnvironmentTagNewTag NewTag { get; set; }
Property Value
Type Description
UpdateEnvironmentTagNewTag

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.