IRunRequestExecutable Interface

Definition

The stage of the definition in the case of using a TaskRunRequest which contains all the minimum required inputs for the resource to be executed, but also allows for any other optional settings to be specified.

public interface IRunRequestExecutable : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IArchive, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IRunRequestExecutable = interface
    interface IArchive
    interface IExecutable<IRegistryTaskRun>
    interface IIndexable
Public Interface IRunRequestExecutable
Implements IArchive, IExecutable(Of IRegistryTaskRun)
Derived
Implements

Properties

Key (Inherited from IIndexable)

Methods

Execute()

Execute the request.

(Inherited from IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

Execute the request asynchronously.

(Inherited from IExecutable<T>)
WithArchiveEnabled(Boolean)

The function that specifies archiving is enabled or disabled.

(Inherited from IArchive)

Applies to