TagContract Class

Definition

Tag Contract details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class TagContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TagContract = class
    inherit Resource
Public Class TagContract
Inherits Resource
Inheritance
TagContract
Attributes

Constructors

TagContract()

Initializes a new instance of the TagContract class.

TagContract(String, String, String, String)

Initializes a new instance of the TagContract class.

Properties

DisplayName

Gets or sets tag name.

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