Class TagArgs
Inherited Members
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 TagArgs : ResourceArgs
Constructors
View SourceTagArgs()
Declaration
public TagArgs()
Properties
View SourceCategoryId
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> |
Description
A description for the tag.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |