IRunRequestExecutable 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 definition in the case of using a TaskRunRequest which contains all the minimum required inputs for the resource to be executed, but also allows for any other optional settings to be specified.
public interface IRunRequestExecutable : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IArchive, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IRunRequestExecutable = interface
interface IArchive
interface IExecutable<IRegistryTaskRun>
interface IIndexable
Public Interface IRunRequestExecutable
Implements IArchive, IExecutable(Of IRegistryTaskRun)
- 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) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET