BuildStepUpdateParameters Class
The parameters for updating a build step.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelBuildStepUpdateParameters
Constructor
BuildStepUpdateParameters(*, properties: _models.BuildStepPropertiesUpdateParameters | None = None, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
properties
|
The properties for updating a build step. |
tags
|
The ARM resource tags. |
Variables
Name | Description |
---|---|
properties
|
The properties for updating a build step. |
tags
|
The ARM resource tags. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python