Class PlatformUpdateParameters
java.lang.Object
com.microsoft.azure.management.containerregistry.PlatformUpdateParameters
The properties for updating the platform configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the OS architecture.os()
Get the operating system type required for the run.variant()
Get variant of the CPU.withArchitecture
(Architecture architecture) Set the OS architecture.Set the operating system type required for the run.withVariant
(Variant variant) Set variant of the CPU.
-
Constructor Details
-
PlatformUpdateParameters
public PlatformUpdateParameters()
-
-
Method Details
-
os
Get the operating system type required for the run. Possible values include: 'Windows', 'Linux'.- Returns:
- the os value
-
withOs
Set the operating system type required for the run. Possible values include: 'Windows', 'Linux'.- Parameters:
os
- the os value to set- Returns:
- the PlatformUpdateParameters object itself.
-
architecture
Get the OS architecture. Possible values include: 'amd64', 'x86', 'arm'.- Returns:
- the architecture value
-
withArchitecture
Set the OS architecture. Possible values include: 'amd64', 'x86', 'arm'.- Parameters:
architecture
- the architecture value to set- Returns:
- the PlatformUpdateParameters object itself.
-
variant
Get variant of the CPU. Possible values include: 'v6', 'v7', 'v8'.- Returns:
- the variant value
-
withVariant
Set variant of the CPU. Possible values include: 'v6', 'v7', 'v8'.- Parameters:
variant
- the variant value to set- Returns:
- the PlatformUpdateParameters object itself.
-