TemplateSpecVersion 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.
Template Spec Version object.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TemplateSpecVersion : Microsoft.Azure.Management.ResourceManager.Models.AzureResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TemplateSpecVersion = class
inherit AzureResourceBase
Public Class TemplateSpecVersion
Inherits AzureResourceBase
- Inheritance
- Attributes
Constructors
TemplateSpecVersion() |
Initializes a new instance of the TemplateSpecVersion class. |
TemplateSpecVersion(String, String, String, String, SystemData, String, IList<LinkedTemplateArtifact>, Object, Object, Object, IDictionary<String,String>) |
Initializes a new instance of the TemplateSpecVersion class. |
Properties
Description |
Gets or sets template Spec version description. |
Id |
Gets string Id used to locate any resource on Azure. (Inherited from AzureResourceBase) |
LinkedTemplates |
Gets or sets an array of linked template artifacts. |
Location |
Gets or sets the location of the Template Spec Version. It must match the location of the parent Template Spec. |
MainTemplate |
Gets or sets the main Azure Resource Manager template content. |
Metadata |
Gets or sets the version 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) |
UiFormDefinition |
Gets or sets the Azure Resource Manager template UI definition content. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET