PlatformUpdateParameters Class
The properties for updating the platform configuration.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPlatformUpdateParameters
Constructor
PlatformUpdateParameters(*, os: str | _models.OS | None = None, architecture: str | _models.Architecture | None = None, variant: str | _models.Variant | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
os
|
The operating system type required for the run. Known values are: "Windows" and "Linux". |
architecture
|
str or
Architecture
The OS architecture. Known values are: "amd64", "x86", "386", "arm", and "arm64". |
variant
|
Variant of the CPU. Known values are: "v6", "v7", and "v8". |
Variables
Name | Description |
---|---|
os
|
The operating system type required for the run. Known values are: "Windows" and "Linux". |
architecture
|
str or
Architecture
The OS architecture. Known values are: "amd64", "x86", "386", "arm", and "arm64". |
variant
|
Variant of the CPU. Known values are: "v6", "v7", and "v8". |
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