TemplateSpecTemplateArtifact 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
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET