Delen via


TemplateSpecArtifact Constructors

Definition

Overloads

TemplateSpecArtifact()

Initializes a new instance of the TemplateSpecArtifact class.

TemplateSpecArtifact(String)

Initializes a new instance of the TemplateSpecArtifact class.

TemplateSpecArtifact()

Initializes a new instance of the TemplateSpecArtifact class.

public TemplateSpecArtifact ();
Public Sub New ()

Applies to

TemplateSpecArtifact(String)

Initializes a new instance of the TemplateSpecArtifact class.

public TemplateSpecArtifact (string path);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecArtifact : string -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecArtifact
Public Sub New (path As String)

Parameters

path
String

A filesystem safe relative path of the artifact.

Applies to