PlatformProperties |
PlatformProperties.withArchitecture(Architecture architecture) |
Set the architecture property: The OS architecture.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withArchitecture(Architecture architecture) |
Set the architecture property: The OS architecture.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture) |
The function that specifies a Linux OS system and architecture for the platform.
|
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) |
The function that specifies a Linux OS system and architecture for the platform.
|
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) |
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.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture) |
The function that specifies a Windows OS system and architecture for the platform.
|
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) |
The function that specifies a Windows OS system and architecture for the platform.
|
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) |
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.
|