public static interface RegistryTask.DefinitionStages.Platform
| Modifier and Type | Method and Description |
|---|---|
RegistryTask.DefinitionStages.TaskStepType |
withLinux()
The function that specifies a Linux OS system for the platform.
|
RegistryTask.DefinitionStages.TaskStepType |
withLinux(Architecture architecture)
The function that specifies a Linux OS system and architecture for the platform.
|
RegistryTask.DefinitionStages.TaskStepType |
withLinux(Architecture architecture,
Variant variant)
The function that specifies a Linux OS system, architecture, and CPU variant.
|
RegistryTask.DefinitionStages.TaskStepType |
withPlatform(PlatformProperties platformProperties)
The function that specifies a platform.
|
RegistryTask.DefinitionStages.TaskStepType |
withWindows()
The function that specifies a Windows OS system for the platform.
|
RegistryTask.DefinitionStages.TaskStepType |
withWindows(Architecture architecture)
The function that specifies a Windows OS system and architecture for the platform.
|
RegistryTask.DefinitionStages.TaskStepType |
withWindows(Architecture architecture,
Variant variant)
The function that specifies a Windows OS system, architecture, and CPU variant.
|
RegistryTask.DefinitionStages.TaskStepType withLinux()
RegistryTask.DefinitionStages.TaskStepType withWindows()
RegistryTask.DefinitionStages.TaskStepType withLinux(Architecture architecture)
architecture - the CPU architecture.RegistryTask.DefinitionStages.TaskStepType withWindows(Architecture architecture)
architecture - the CPU architectureRegistryTask.DefinitionStages.TaskStepType withLinux(Architecture architecture, Variant variant)
architecture - the CPU architecture.variant - the CPU variant.RegistryTask.DefinitionStages.TaskStepType withWindows(Architecture architecture, Variant variant)
architecture - the CPU architecture.variant - the CPU variant.RegistryTask.DefinitionStages.TaskStepType withPlatform(PlatformProperties 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.
*/