你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRegistryTask 接口

定义

Azure 注册表任务的不可变客户端表示形式。

public interface IRegistryTask : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TaskInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate>
type IRegistryTask = interface
    interface IBeta
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasInner<TaskInner>
    interface IRefreshable<IRegistryTask>
    interface IUpdatable<IUpdate>
Public Interface IRegistryTask
Implements IBeta, IHasInner(Of TaskInner), IRefreshable(Of IRegistryTask), IResource, IUpdatable(Of IUpdate)
实现

属性

CpuCount

获取 CPU 计数。

CreationDate

获取生成任务的创建日期。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure 注册表任务的不可变客户端表示形式。

(继承自 IHasInner<T>)
Key

Azure 注册表任务的不可变客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
ParentRegistryId

获取此资源的父 ID。

Platform

获取生成超时设置(以秒为单位)。

ProvisioningState

获取生成任务的预配状态。

Region

Azure 注册表任务的不可变客户端表示形式。

(继承自 IResource)
RegionName

Azure 注册表任务的不可变客户端表示形式。

(继承自 IResource)
RegistryTaskStep

获取当前任务的 RegistryTaskStep。

ResourceGroupName

获取资源的资源组的名称。

SourceTriggers

获取任务的源触发器。

Status

获取生成任务的当前状态。

Tags

Azure 注册表任务的不可变客户端表示形式。

(继承自 IResource)
Timeout

获取生成超时设置(以秒为单位)。

Trigger

获取任务的触发器。

Type

Azure 注册表任务的不可变客户端表示形式。

(继承自 IResource)

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Update()

Azure 注册表任务的不可变客户端表示形式。

(继承自 IUpdatable<T>)

适用于