ArtifactSource Class

Definition

The resource that defines the source location where the artifacts are located.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ArtifactSource : Microsoft.Azure.Management.DeploymentManager.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ArtifactSource = class
    inherit TrackedResource
Public Class ArtifactSource
Inherits TrackedResource
Inheritance
Attributes

Constructors

ArtifactSource()

Initializes a new instance of the ArtifactSource class.

ArtifactSource(String, String, Authentication, String, String, String, IDictionary<String,String>, String)

Initializes a new instance of the ArtifactSource class.

Properties

ArtifactRoot

Gets or sets the path from the location that the 'authentication' property [say, a SAS URI to the blob container] refers to, to the location of the artifacts. This can be used to differentiate different versions of the artifacts. Or, different types of artifacts like binaries or templates. The location referenced by the authentication property concatenated with this optional artifactRoot path forms the artifact source location where the artifacts are expected to be found.

Authentication

Gets or sets the authentication method to use to access the artifact source.

Id

Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
SourceType

Gets or sets the type of artifact source used.

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to