IPlatform 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 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, Variant) |
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant. |
WithLinux(Architecture) |
The function that specifies the platform will have a Linux OS with Architecture architecture. |
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, Variant) |
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant. |
WithWindows(Architecture) |
The function that specifies the platform will have a Windows OS with Architecture architecture. |