BuildStepList Class
The collection of build items.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelBuildStepList
Constructor
BuildStepList(*, value: List[_models.BuildStep] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The collection value. |
next_link
|
The URI that can be used to request the next set of paged results. |
Variables
Name | Description |
---|---|
value
|
The collection value. |
next_link
|
The URI that can be used to request the next set of paged results. |
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