你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IRegistryTaskRunRequest 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
TaskRunRequests 的容器注册表任务定义的阶段,允许用户指定重写值以及是否启用存档。
public interface IRegistryTaskRunRequest : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IRegistryTaskRunRequest = interface
interface IRunRequestExecutable
interface IArchive
interface IExecutable<IRegistryTaskRun>
interface IIndexable
Public Interface IRegistryTaskRunRequest
Implements IExecutable(Of IRegistryTaskRun), IRunRequestExecutable
- 派生
- 实现
属性
Key |
TaskRunRequests 的容器注册表任务定义的阶段,允许用户指定重写值以及是否启用存档。 (继承自 IIndexable) |
方法
Execute() |
执行请求。 (继承自 IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
异步执行请求。 (继承自 IExecutable<T>) |
WithArchiveEnabled(Boolean) |
指定存档的函数将启用或不会启用。 |
WithOverridingValue(String, OverridingValue) |
一个函数,指定是否将重写单个值及其重写方式。 |
WithOverridingValues(IDictionary<String,OverridingValue>) |
一个函数,指定是否有任何值将被重写以及它们将被重写的内容。 |