Resource tag

C# |
public class ResourceTag

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ResourceTag()()()() | Initializes a new instance of the ResourceTag class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetKey()()()() |
Checks if Key property is set
|
![]() | IsSetResourceId()()()() |
Checks if ResourceId property is set
|
![]() | IsSetResourceType()()()() |
Checks if ResourceType property is set
|
![]() | IsSetValue()()()() |
Checks if Value property is set
|
![]() | Key |
The tag's key.
|
![]() | ResourceId |
The resource ID for the Tag.
|
![]() | ResourceType |
The type of resource identified by the associated resource ID
(ex: instance, AMI, EBS volume, etc).
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Value |
The tag's value.
|
![]() | WithKey(String) | Obsolete.
Sets the tag's key.
|
![]() | WithResourceId(String) | Obsolete.
Sets the resource ID for the Tag.
|
![]() | WithResourceType(String) | Obsolete.
Sets the type of resource identified by the associated resource ID
|
![]() | WithValue(String) | Obsolete.
Sets the tag's value.
|

Object | |
![]() | ResourceTag |