PlatformProperties Class
The platform properties against which the build has to happen.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPlatformProperties
Constructor
PlatformProperties(*, os_type: str | _models.OsType, cpu: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
os_type
|
The operating system type required for the build. Required. Known values are: "Windows" and "Linux". |
cpu
|
The CPU configuration in terms of number of cores required for the build. |
Variables
Name | Description |
---|---|
os_type
|
The operating system type required for the build. Required. Known values are: "Windows" and "Linux". |
cpu
|
The CPU configuration in terms of number of cores required for the build. |
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