IRegistryTaskRun Interface

Definition

An immutable client-side representation of an Azure RegistryDockerTaskRunRequest registry task run request.

public interface IRegistryTaskRun : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IRegistryTaskRun = interface
    interface IBeta
    interface IHasInner<RunInner>
    interface IRefreshable<IRegistryTaskRun>
Public Interface IRegistryTaskRun
Implements IBeta, IHasInner(Of RunInner), IRefreshable(Of IRegistryTaskRun)
Implements

Properties

Cpu

Gets the numbers of cpu.

CreateTime

Gets the time when the run request was created.

Inner (Inherited from IHasInner<T>)
IsArchiveEnabled

Gets whether archiving is enabled for the run request.

LastUpdatedTime

Gets the last time the run request was updated.

Platform

Gets the platform properties of the run request.

ProvisioningState

Gets the provisioning state of the run request.

RegistryName

Gets the registry name of this task run request.

ResourceGroupName

Gets the name of the resource group for this task run request.

RunId

Gets the id of the run.

RunType

Gets the run type of the run request.

Status

Gets the status of the run request.

TaskName

Gets the name of the task in the case of a TaskRunRequest (or null if task is still queued), null in other cases.

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to