PlatformProperties Class
The platform properties against which the run has to happen.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPlatformProperties
Constructor
PlatformProperties(*, os: str | _models.OS, 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. Required. Known values are: "Windows" and "Linux". |
architecture
|
str or
Architecture
The OS architecture. Known values are: "amd64", "x86", and "arm". |
variant
|
Variant of the CPU. Known values are: "v6", "v7", and "v8". |
Variables
Name | Description |
---|---|
os
|
The operating system type required for the run. Required. Known values are: "Windows" and "Linux". |
architecture
|
str or
Architecture
The OS architecture. Known values are: "amd64", "x86", and "arm". |
variant
|
Variant of the CPU. Known values are: "v6", "v7", and "v8". |
Azure SDK for Python