TemplateSpecArtifact Constructors
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET