ArtifactSource Class

Properties of an artifact source.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

ArtifactSource(*, location: str | None = None, tags: dict[str, str] | None = None, display_name: str | None = None, uri: str | None = None, source_type: str | _models.SourceControlType | None = None, folder_path: str | None = None, arm_template_folder_path: str | None = None, branch_ref: str | None = None, security_token: str | None = None, status: str | _models.EnableStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The location of the resource.

Default value: None
tags

The tags of the resource.

Default value: None
display_name
str

The artifact source's display name.

Default value: None
uri
str

The artifact source's URI.

Default value: None
source_type

The artifact source's type. Known values are: "VsoGit", "GitHub", and "StorageAccount".

Default value: None
folder_path
str

The folder containing artifacts.

Default value: None
arm_template_folder_path
str

The folder containing Azure Resource Manager templates.

Default value: None
branch_ref
str

The artifact source's branch reference.

Default value: None
security_token
str

The security token to authenticate to the artifact source.

Default value: None
status

Indicates if the artifact source is enabled (values: Enabled, Disabled). Known values are: "Enabled" and "Disabled".

Default value: None

Variables

Name Description
id
str

The identifier of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

location
str

The location of the resource.

tags

The tags of the resource.

display_name
str

The artifact source's display name.

uri
str

The artifact source's URI.

source_type

The artifact source's type. Known values are: "VsoGit", "GitHub", and "StorageAccount".

folder_path
str

The folder containing artifacts.

arm_template_folder_path
str

The folder containing Azure Resource Manager templates.

branch_ref
str

The artifact source's branch reference.

security_token
str

The security token to authenticate to the artifact source.

status

Indicates if the artifact source is enabled (values: Enabled, Disabled). Known values are: "Enabled" and "Disabled".

created_date

The artifact source's creation date.

provisioning_state
str

The provisioning status of the resource.

unique_identifier
str

The unique immutable identifier of a resource (Guid).