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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET