你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

LinkedTemplateArtifact()

Initializes a new instance of the LinkedTemplateArtifact class.

LinkedTemplateArtifact(String, Object)

Initializes a new instance of the LinkedTemplateArtifact class.

Properties

Path

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

Template

Gets or sets the Azure Resource Manager template.

Methods

Validate()

Validate the object.

Applies to