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 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
Azure SDK for .NET