IPlatformAltTaskRunRequest Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the container registry task run definition that allows to specify the task run is going to be run with a TaskRunRequest.
public interface IPlatformAltTaskRunRequest : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IPlatform
type IPlatformAltTaskRunRequest = interface
interface IPlatform
Public Interface IPlatformAltTaskRunRequest
Implements IPlatform
- Derived
- Implements
Methods
WithLinux() |
The function that specifies the platform will have a Linux OS. (Inherited from IPlatform) |
WithLinux(Architecture, Variant) |
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant. (Inherited from IPlatform) |
WithLinux(Architecture) |
The function that specifies the platform will have a Linux OS with Architecture architecture. (Inherited from IPlatform) |
WithPlatform(PlatformProperties) |
The function that specifies the platform properties of the registry task run. (Inherited from IPlatform) |
WithTaskRunRequest(String) |
The function that specifies the name of the existing task to run. |
WithWindows() |
The function that specifies the platform will have a Windows OS. (Inherited from IPlatform) |
WithWindows(Architecture, Variant) |
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant. (Inherited from IPlatform) |
WithWindows(Architecture) |
The function that specifies the platform will have a Windows OS with Architecture architecture. (Inherited from IPlatform) |