TagDescriptionContract Class

Definition

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
TagDescriptionContract
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