IRunRequestExecutableWithSourceLocation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the container registry task run definition which contains all the minimum required inputs for the resource to be executed if the task run request type is either file, encoded, or Docker, but also allows for any other optional settings to be specified.
public interface IRunRequestExecutableWithSourceLocation : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IAgentConfiguration, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IRunRequestExecutableWithSourceLocation = interface
interface IAgentConfiguration
interface IRunRequestExecutable
interface IArchive
interface IExecutable<IRegistryTaskRun>
interface IIndexable
Public Interface IRunRequestExecutableWithSourceLocation
Implements IAgentConfiguration, 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 is enabled or disabled. (Inherited from IArchive) |
WithCpuCount(Int32) |
The function that specifies the count of the CPU. (Inherited from IAgentConfiguration) |
WithSourceLocation(String) |
The function that specifies the location of the source control. |
WithTimeout(Int32) |
The function that specifies the timeout. |