TagDescriptionContract 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.
Contract details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TagDescriptionContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TagDescriptionContract = class
inherit Resource
Public Class TagDescriptionContract
Inherits Resource
- Inheritance
- Attributes
Constructors
TagDescriptionContract() |
Initializes a new instance of the TagDescriptionContract class. |
TagDescriptionContract(String, String, String, String, String, String, String, String) |
Initializes a new instance of the TagDescriptionContract class. |
Properties
Description |
Gets or sets description of the Tag. |
DisplayName |
Gets or sets tag name. |
ExternalDocsDescription |
Gets or sets description of the external resources describing the tag. |
ExternalDocsUrl |
Gets or sets absolute URL of external resources describing the tag. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
TagId |
Gets or sets identifier of the tag in the form of /tags/{tagId} |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET