ArtifactSource interface

Properties of an artifact source.

Extends

Properties

armTemplateFolderPath

The folder containing Azure Resource Manager templates.

branchRef

The artifact source's branch reference.

createdDate

The artifact source's creation date. NOTE: This property will not be serialized. It can only be populated by the server.

displayName

The artifact source's display name.

folderPath

The folder containing artifacts.

provisioningState

The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

securityToken

The security token to authenticate to the artifact source.

sourceType

The artifact source's type.

status

Indicates if the artifact source is enabled (values: Enabled, Disabled).

uniqueIdentifier

The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.

uri

The artifact source's URI.

Inherited Properties

id

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

location

The location of the resource.

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags

The tags of the resource.

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

armTemplateFolderPath

The folder containing Azure Resource Manager templates.

armTemplateFolderPath?: string

Property Value

string

branchRef

The artifact source's branch reference.

branchRef?: string

Property Value

string

createdDate

The artifact source's creation date. NOTE: This property will not be serialized. It can only be populated by the server.

createdDate?: Date

Property Value

Date

displayName

The artifact source's display name.

displayName?: string

Property Value

string

folderPath

The folder containing artifacts.

folderPath?: string

Property Value

string

provisioningState

The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

securityToken

The security token to authenticate to the artifact source.

securityToken?: string

Property Value

string

sourceType

The artifact source's type.

sourceType?: string

Property Value

string

status

Indicates if the artifact source is enabled (values: Enabled, Disabled).

status?: string

Property Value

string

uniqueIdentifier

The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.

uniqueIdentifier?: string

Property Value

string

uri

The artifact source's URI.

uri?: string

Property Value

string

Inherited Property Details

id

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

location

The location of the resource.

location?: string

Property Value

string

Inherited From Resource.location

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

tags

The tags of the resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From Resource.tags

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type