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
PlatformProperties

Constructor

PlatformProperties(*, os_type: Union[str, azure.mgmt.containerregistry.v2018_02_01_preview.models._container_registry_management_client_enums.OsType], cpu: Optional[int] = None, **kwargs)

Variables

os_type
str or OsType

Required. The operating system type required for the build. Possible values include: "Windows", "Linux".

cpu
int

The CPU configuration in terms of number of cores required for the build.