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.QueueBuildRequest
BuildTaskBuildRequest

Constructor

BuildTaskBuildRequest(*, build_task_name: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
build_task_name
str

The name of build task against which build has to be queued. Required.

Variables

Name Description
type
str

The type of the build request. Required.

build_task_name
str

The name of build task against which build has to be queued. Required.