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