BuildTaskUpdateParameters Class
The parameters for updating a build task.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelBuildTaskUpdateParameters
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
|
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
|
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
|
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
|
Build timeout in seconds. |
source_repository
|
The properties that describes the source(code) for the build task. |
Azure SDK for Python