Share via


IBlankFromRegistry Interface

Definition

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)

The function that specifies the platform will have a Linux OS with Architecture architecture.

(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)
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)

The function that specifies the platform will have a Windows OS with Architecture architecture.

(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)

Applies to