public static interface RegistryTask.UpdateStages.Platform
| Modifier and Type | Method and Description |
|---|---|
RegistryTask.Update |
withLinux()
The function that specifies a Linux OS system for the platform.
|
RegistryTask.Update |
withLinux(Architecture architecture)
The function that specifies a Linux OS system and architecture for the platform.
|
RegistryTask.Update |
withLinux(Architecture architecture,
Variant variant)
The function that specifies a Linux OS system, architecture, and CPU variant.
|
RegistryTask.Update |
withPlatform(PlatformUpdateParameters platformProperties)
The function that specifies a platform.
|
RegistryTask.Update |
withWindows()
The function that specifies a Windows OS system for the platform.
|
RegistryTask.Update |
withWindows(Architecture architecture)
The function that specifies a Windows OS system and architecture for the platform.
|
RegistryTask.Update |
withWindows(Architecture architecture,
Variant variant)
The function that specifies a Windows OS system, architecture, and CPU variant.
|
RegistryTask.Update withLinux()
RegistryTask.Update withWindows()
RegistryTask.Update withLinux(Architecture architecture)
architecture - the CPU architecture.RegistryTask.Update withWindows(Architecture architecture)
architecture - the CPU architectureRegistryTask.Update withLinux(Architecture architecture, Variant variant)
architecture - the CPU architecture.variant - the CPU variant.RegistryTask.Update withWindows(Architecture architecture, Variant variant)
architecture - the CPU architecture.variant - the CPU variant.RegistryTask.Update withPlatform(PlatformUpdateParameters platformProperties)
platformProperties - the properties of the platform./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/