Compartilhar via


PlatformUpdateParameters Class

The properties for updating the platform configuration.

Inheritance
azure.mgmt.containerregistry._serialization.Model
PlatformUpdateParameters

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
str or OS

The operating system type required for the run. Known values are: "Windows" and "Linux".

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
str or OS

The operating system type required for the run. Known values are: "Windows" and "Linux".

architecture

The OS architecture. Known values are: "amd64", "x86", and "arm".

variant

Variant of the CPU. Known values are: "v6", "v7", and "v8".