IPlatformAltTaskRunRequest Interface

Definition

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)

The function that specifies the platform will have a Linux OS with Architecture architecture.

(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)
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)

The function that specifies the platform will have a Windows OS with Architecture architecture.

(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)

Applies to