IBlankFromRegistry 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 first stage of a a RegistryTaskRun definition if originating from a call on a registry.
public interface IBlankFromRegistry : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IPlatformAltTaskRunRequest
type IBlankFromRegistry = interface
interface IPlatformAltTaskRunRequest
interface IPlatform
Public Interface IBlankFromRegistry
Implements IPlatformAltTaskRunRequest
- Derived
- Implements
Methods
WithLinux() |
The function that specifies the platform will have a Linux OS. (Inherited from IPlatform) |
WithLinux(Architecture, Variant) |
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant. (Inherited from IPlatform) |
WithLinux(Architecture) |
The function that specifies the platform will have a Linux OS with Architecture architecture. (Inherited from IPlatform) |
WithPlatform(PlatformProperties) |
The function that specifies the platform properties of the registry task run. (Inherited from IPlatform) |
WithTaskRunRequest(String) |
The function that specifies the name of the existing task to run. (Inherited from IPlatformAltTaskRunRequest) |
WithWindows() |
The function that specifies the platform will have a Windows OS. (Inherited from IPlatform) |
WithWindows(Architecture, Variant) |
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant. (Inherited from IPlatform) |
WithWindows(Architecture) |
The function that specifies the platform will have a Windows OS with Architecture architecture. (Inherited from IPlatform) |