ArtifactSourceProperties interface

The properties that define the artifact source.

Extends

Inherited Properties

artifactRoot

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

The authentication method to use to access the artifact source.

sourceType

The type of artifact source used.

Inherited Property Details

artifactRoot

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.

artifactRoot?: string

Property Value

string

Inherited From ArtifactSourcePropertiesAutoGenerated.artifactRoot

authentication

The authentication method to use to access the artifact source.

authentication: AuthenticationUnion

Property Value

Inherited From ArtifactSourcePropertiesAutoGenerated.authentication

sourceType

The type of artifact source used.

sourceType: string

Property Value

string

Inherited From ArtifactSourcePropertiesAutoGenerated.sourceType