Condividi tramite


IPlatform Interface

Definition

The stage of the container registry task definition allowing to specify the platform.

public interface IPlatform
type IPlatform = interface
Public Interface IPlatform
Derived

Methods

WithLinux()

The function that specifies a Linux OS system for the platform.

WithLinux(Architecture, Variant)

The function that specifies a Linux OS system, architecture, and CPU variant.

WithLinux(Architecture)

The function that specifies a Linux OS system and architecture for the platform.

WithPlatform(PlatformProperties)

The function that specifies a platform.

WithWindows()

The function that specifies a Windows OS system for the platform.

WithWindows(Architecture, Variant)

The function that specifies a Windows OS system, architecture, and CPU variant.

WithWindows(Architecture)

The function that specifies a Windows OS system and architecture for the platform.

Applies to