| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryTaskRun.Definition
Container interface for all the definitions related to a RegistryTaskRun.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withLinux()
The function that specifies the platform will have a Linux OS.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withLinux(Architecture architecture)
The function that specifies the platform will have a Linux OS with Architecture architecture.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.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 |
RegistryTaskRun.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties)
The function that specifies the platform properties of the registry task run.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withWindows()
The function that specifies the platform will have a Windows OS.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withWindows(Architecture architecture)
The function that specifies the platform will have a Windows OS with Architecture architecture.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withWindows(Architecture architecture,
Variant variant)
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/