ArtifactSourceFragment Class

Properties of an artifact source.

Inheritance
azure.mgmt.devtestlabs.models._models_py3.UpdateResource
ArtifactSourceFragment

Constructor

ArtifactSourceFragment(*, tags: Dict[str, str] | None = None, display_name: str | None = None, uri: str | None = None, source_type: str | 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 | EnableStatus | None = None, **kwargs)

Parameters

Name Description
tags
Required

A set of tags. The tags of the resource.

display_name
Required
str

The artifact source's display name.

uri
Required
str

The artifact source's URI.

source_type
Required

The artifact source's type. Possible values include: "VsoGit", "GitHub".

folder_path
Required
str

The folder containing artifacts.

arm_template_folder_path
Required
str

The folder containing Azure Resource Manager templates.

branch_ref
Required
str

The artifact source's branch reference.

security_token
Required
str

The security token to authenticate to the artifact source.

status
Required

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

Keyword-Only Parameters

Name Description
tags
Required
display_name
Required
uri
Required
source_type
Required
folder_path
Required
arm_template_folder_path
Required
branch_ref
Required
security_token
Required
status
Required