Artifact Constructors

Definition

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