RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture,
Variant variant) |
The function that specifies a Linux OS system, architecture, and CPU variant.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withLinux(Architecture architecture,
Variant variant) |
The function that specifies a Linux OS system, architecture, and CPU variant.
|
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.
|
PlatformProperties |
PlatformProperties.withVariant(Variant variant) |
Set the variant property: Variant of the CPU.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withVariant(Variant variant) |
Set the variant property: Variant of the CPU.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture,
Variant variant) |
The function that specifies a Windows OS system, architecture, and CPU variant.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withWindows(Architecture architecture,
Variant variant) |
The function that specifies a Windows OS system, architecture, and CPU variant.
|
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.
|