TagContract 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 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
- 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
Azure SDK for .NET