TemplateSpec Class

Definition

Template Spec object.

[Microsoft.Rest.Serialization.JsonTransformation]
public class TemplateSpec : Microsoft.Azure.Management.ResourceManager.Models.AzureResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TemplateSpec = class
    inherit AzureResourceBase
Public Class TemplateSpec
Inherits AzureResourceBase
Inheritance
TemplateSpec
Attributes

Constructors

TemplateSpec()

Initializes a new instance of the TemplateSpec class.

TemplateSpec(String, String, String, String, SystemData, String, String, Object, IDictionary<String,TemplateSpecVersionInfo>, IDictionary<String,String>)

Initializes a new instance of the TemplateSpec class.

Properties

Description

Gets or sets template Spec description.

DisplayName

Gets or sets template Spec display name.

Id

Gets string Id used to locate any resource on Azure.

(Inherited from AzureResourceBase)
Location

Gets or sets the location of the Template Spec. It cannot be changed after Template Spec creation. It must be one of the supported Azure locations.

Metadata

Gets or sets the Template Spec metadata. Metadata is an open-ended object and is typically a collection of key-value pairs.

Name

Gets name of this resource.

(Inherited from AzureResourceBase)
SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from AzureResourceBase)
Tags

Gets or sets resource tags.

Type

Gets type of this resource.

(Inherited from AzureResourceBase)
Versions

Gets high-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.

Methods

Validate()

Validate the object.

Applies to