TemplateSpecTemplateArtifact Constructors

Definition

Overloads

TemplateSpecTemplateArtifact()

Initializes a new instance of the TemplateSpecTemplateArtifact class.

TemplateSpecTemplateArtifact(String, Object)

Initializes a new instance of the TemplateSpecTemplateArtifact class.

TemplateSpecTemplateArtifact()

Initializes a new instance of the TemplateSpecTemplateArtifact class.

public TemplateSpecTemplateArtifact ();
Public Sub New ()

Applies to

TemplateSpecTemplateArtifact(String, Object)

Initializes a new instance of the TemplateSpecTemplateArtifact class.

public TemplateSpecTemplateArtifact (string path, object template);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecTemplateArtifact : string * obj -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecTemplateArtifact
Public Sub New (path As String, template As Object)

Parameters

path
String

A filesystem safe relative path of the artifact.

template
Object

The Azure Resource Manager template.

Applies to