共用方式為


IRegistryTaskRunRequest Interface

Definition

The stage of the container registry task definition for TaskRunRequests that allows the user to specify overriding values and whether archiving is enabled or not.

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
Derived
Implements

Properties

Key (Inherited from IIndexable)

Methods

Execute()

Execute the request.

(Inherited from IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

Execute the request asynchronously.

(Inherited from IExecutable<T>)
WithArchiveEnabled(Boolean)

The function that specifies archiving will or will not be enabled.

WithOverridingValue(String, OverridingValue)

The function that specifies whether a single value will be overridden and what it will be overridden by.

WithOverridingValues(IDictionary<String,OverridingValue>)

The function that specifies whether there are any values that will be overridden and what they will be overridden by.

Applies to