BuildTaskBuildRequest Class
The queue build parameters based on a build task.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry.v2018_02_01_preview.models._models_py3.QueueBuildRequestBuildTaskBuildRequest
Constructor
BuildTaskBuildRequest(*, build_task_name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
build_task_name
|
The name of build task against which build has to be queued. Required. |
Variables
Name | Description |
---|---|
type
|
The type of the build request. Required. |
build_task_name
|
The name of build task against which build has to be queued. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python