TagDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tag details.
public class TagDetails : Microsoft.Rest.Azure.IResource
type TagDetails = class
interface IResource
Public Class TagDetails
Implements IResource
- Inheritance
-
TagDetails
- Implements
Constructors
TagDetails() |
Initializes a new instance of the TagDetails class. |
TagDetails(String, String, TagCount, IList<TagValue>) |
Initializes a new instance of the TagDetails class. |
Properties
Count |
Gets or sets the total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0. |
Id |
Gets the tag name ID. |
TagName |
Gets or sets the tag name. |
Values |
Gets or sets the list of tag values. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET