TemplateSpecTemplateArtifact 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.
Represents a Template Spec artifact containing an embedded Azure Resource Manager template.
[Newtonsoft.Json.JsonObject("template")]
public class TemplateSpecTemplateArtifact : Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecArtifact
[<Newtonsoft.Json.JsonObject("template")>]
type TemplateSpecTemplateArtifact = class
inherit TemplateSpecArtifact
Public Class TemplateSpecTemplateArtifact
Inherits TemplateSpecArtifact
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
TemplateSpecTemplateArtifact() |
Initializes a new instance of the TemplateSpecTemplateArtifact class. |
TemplateSpecTemplateArtifact(String, Object) |
Initializes a new instance of the TemplateSpecTemplateArtifact class. |
Properties
Path |
Gets or sets a filesystem safe relative path of the artifact. (Inherited from TemplateSpecArtifact) |
Template |
Gets or sets the Azure Resource Manager template. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET