次の方法で共有


BuildTaskUpdateParameters Class

The parameters for updating a build task.

Inheritance
azure.mgmt.containerregistry._serialization.Model
BuildTaskUpdateParameters

Constructor

BuildTaskUpdateParameters(*, tags: Dict[str, str] | None = None, alias: str | None = None, status: str | _models.BuildTaskStatus | None = None, platform: _models.PlatformProperties | None = None, timeout: int | None = None, source_repository: _models.SourceRepositoryUpdateParameters | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

The ARM resource tags.

alias
str

The alternative updatable name for a build task.

status

The current status of build task. Known values are: "Disabled" and "Enabled".

platform

The platform properties against which the build has to happen.

timeout
int

Build timeout in seconds.

source_repository

The properties that describes the source(code) for the build task.

Variables

Name Description
tags

The ARM resource tags.

alias
str

The alternative updatable name for a build task.

status

The current status of build task. Known values are: "Disabled" and "Enabled".

platform

The platform properties against which the build has to happen.

timeout
int

Build timeout in seconds.

source_repository

The properties that describes the source(code) for the build task.