public static interface RegistryTaskRun.DefinitionStages.Platform
| Modifier and Type | Method and Description |
|---|---|
RegistryTaskRun.DefinitionStages.RunRequestType |
withLinux()
The function that specifies the platform will have a Linux OS.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
withLinux(Architecture architecture)
The function that specifies the platform will have a Linux OS with Architecture architecture.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
withLinux(Architecture architecture,
Variant variant)
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
withPlatform(PlatformProperties platformProperties)
The function that specifies the platform properties of the registry task run.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
withWindows()
The function that specifies the platform will have a Windows OS.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
withWindows(Architecture architecture)
The function that specifies the platform will have a Windows OS with Architecture architecture.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
withWindows(Architecture architecture,
Variant variant)
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant.
|
RegistryTaskRun.DefinitionStages.RunRequestType withLinux()
RegistryTaskRun.DefinitionStages.RunRequestType withWindows()
RegistryTaskRun.DefinitionStages.RunRequestType withLinux(Architecture architecture)
architecture - the architecture the platform will have.RegistryTaskRun.DefinitionStages.RunRequestType withWindows(Architecture architecture)
architecture - the architecture the platform will have.RegistryTaskRun.DefinitionStages.RunRequestType withLinux(Architecture architecture, Variant variant)
architecture - the architecture the platform will have.variant - the variant the platform will have.RegistryTaskRun.DefinitionStages.RunRequestType withWindows(Architecture architecture, Variant variant)
architecture - the architecture the platform will have.variant - the variant the platform will have.RegistryTaskRun.DefinitionStages.RunRequestType 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.
*/