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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python