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. |
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