Show / Hide Table of Contents

Class TagState

Inheritance
System.Object
InputArgs
ResourceArgs
TagState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class TagState : ResourceArgs

Constructors

View Source

TagState()

Declaration
public TagState()

Properties

View Source

CategoryId

The unique identifier of the parent category in which this tag will be created. Forces a new resource if changed.

Declaration
public Input<string> CategoryId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

A description for the tag.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The display name of the tag. The name must be unique within its category.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.