IPlatform Interface

Definition

The stage of the container registry task definition that specifies the platform for the container registry task run.

public interface IPlatform
type IPlatform = interface
Public Interface IPlatform
Derived

Methods

WithLinux()

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

WithLinux(Architecture)

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

WithLinux(Architecture, Variant)

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

WithPlatform(PlatformProperties)

The function that specifies the platform properties of the registry task run.

WithWindows()

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

WithWindows(Architecture)

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

WithWindows(Architecture, Variant)

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

Applies to