你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IRegistryTaskRun 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure RegistryDockerTaskRunRequest 注册表任务运行请求的不可变客户端表示形式。
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)
- 实现
属性
Cpu |
获取 CPU 数。 |
CreateTime |
获取创建运行请求的时间。 |
Inner |
Azure RegistryDockerTaskRunRequest 注册表任务运行请求的不可变客户端表示形式。 (继承自 IHasInner<T>) |
IsArchiveEnabled |
获取是否为运行请求启用存档。 |
LastUpdatedTime |
获取上次更新运行请求的时间。 |
Platform |
获取运行请求的平台属性。 |
ProvisioningState |
获取运行请求的预配状态。 |
RegistryName |
获取此任务运行请求的注册表名称。 |
ResourceGroupName |
获取此任务运行请求的资源组的名称。 |
RunId |
获取运行的 ID。 |
RunType |
获取运行请求的运行类型。 |
Status |
获取运行请求的状态。 |
TaskName |
如果 TaskRunRequest (,则获取任务的名称;如果任务仍排队) ,则获取 null;在其他情况下为 null。 |
方法
Refresh() |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |