| Modifier and Type | Method | Description |
|---|---|---|
PlatformUpdateParameters |
TaskUpdateParameters.platform() |
Get the platform properties against which the run has to happen.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withArchitecture(Architecture architecture) |
Set the OS architecture.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withOs(OS os) |
Set the operating system type required for the run.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withVariant(Variant variant) |
Set variant of the CPU.
|
| Modifier and Type | Method | Description |
|---|---|---|
Task.Update |
Task.UpdateStages.WithPlatform.withPlatform(PlatformUpdateParameters platform) |
Specifies platform.
|
TaskUpdateParameters |
TaskUpdateParameters.withPlatform(PlatformUpdateParameters platform) |
Set the platform properties against which the run has to happen.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/