Artifact 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
Artifact() |
Initializes a new instance of the Artifact class. |
Artifact(String, String, String) |
Initializes a new instance of the Artifact class. |
Artifact()
Initializes a new instance of the Artifact class.
public Artifact ();
Public Sub New ()
Applies to
Artifact(String, String, String)
Initializes a new instance of the Artifact class.
public Artifact (string id = default, string type = default, string name = default);
new Microsoft.Azure.Management.Blueprint.Models.Artifact : string * string * string -> Microsoft.Azure.Management.Blueprint.Models.Artifact
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)
Parameters
- id
- String
String Id used to locate any resource on Azure.
- type
- String
Type of this resource.
- name
- String
Name of this resource.
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