Bagikan melalui


IPlatform Interface

Definition

The stage of the container registry task update allowing to update 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)

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

WithLinux(Architecture, Variant)

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

WithPlatform(PlatformUpdateParameters)

The function that specifies a platform.

WithWindows()

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

WithWindows(Architecture)

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

WithWindows(Architecture, Variant)

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

Applies to