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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python