Freigeben über


LinkedTemplateArtifact Class

Definition

Represents a Template Spec artifact containing an embedded Azure Resource Manager template for use as a linked template.

public class LinkedTemplateArtifact
type LinkedTemplateArtifact = class
Public Class LinkedTemplateArtifact
Inheritance
LinkedTemplateArtifact

Constructors

Name Description
LinkedTemplateArtifact()

Initializes a new instance of the LinkedTemplateArtifact class.

LinkedTemplateArtifact(String, Object)

Initializes a new instance of the LinkedTemplateArtifact class.

Properties

Name Description
Path

Gets or sets a filesystem safe relative path of the artifact.

Template

Gets or sets the Azure Resource Manager template.

Methods

Name Description
Validate()

Validate the object.

Applies to