IRegistryTaskRuns Interface

Definition

An immutable client-side representation of collection of Azure registry task runs.

public interface IRegistryTaskRuns : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IRegistryTaskRuns = interface
    interface IBeta
Public Interface IRegistryTaskRuns
Implements IBeta
Implements

Methods

Cancel(String, String, String)

The function that cancels a task run.

CancelAsync(String, String, String, CancellationToken)

The function that cancels a task run asynchronously.

GetLogSasUrl(String, String, String)

The function that returns the URI to the task run logs.

GetLogSasUrlAsync(String, String, String, CancellationToken)

The function that returns the URI to the task run logs asynchronously.

ListByRegistry(String, String)

The function that lists the RegistryTaskRun instances in a registry asynch.

ListByRegistryAsync(String, String, Boolean, CancellationToken)

The function that lists the RegistryTaskRun instances in a registry asynchronously.

ScheduleRun()

Gets The function that begins the steps to schedule a run.

Applies to