Artifact Class

Definition

Represents a blueprint artifact.

public abstract class Artifact : Microsoft.Azure.Management.Blueprint.Models.AzureResourceBase
type Artifact = class
    inherit AzureResourceBase
Public MustInherit Class Artifact
Inherits AzureResourceBase
Inheritance
Derived

Constructors

Artifact()

Initializes a new instance of the Artifact class.

Artifact(String, String, String)

Initializes a new instance of the Artifact class.

Properties

Id

Gets string Id used to locate any resource on Azure.

(Inherited from AzureResourceBase)
Name

Gets name of this resource.

(Inherited from AzureResourceBase)
Type

Gets type of this resource.

(Inherited from AzureResourceBase)

Applies to