IRunsOperations 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.
RunsOperations operations.
public interface IRunsOperations
type IRunsOperations = interface
Public Interface IRunsOperations
Methods
Extension Methods
BeginCancelAsync(IRunsOperations, String, String, String, CancellationToken) |
Cancel an existing run. |
BeginUpdateAsync(IRunsOperations, String, String, String, Nullable<Boolean>, CancellationToken) |
Patch the run properties. |
CancelAsync(IRunsOperations, String, String, String, CancellationToken) |
Cancel an existing run. |
GetAsync(IRunsOperations, String, String, String, CancellationToken) |
Gets the detailed information for a given run. |
GetLogSasUrlAsync(IRunsOperations, String, String, String, CancellationToken) |
Gets a link to download the run logs. |
ListAsync(IRunsOperations, String, String, ODataQuery<RunFilterInner>, CancellationToken) |
Gets all the runs for a registry. |
ListNextAsync(IRunsOperations, String, CancellationToken) |
Gets all the runs for a registry. |
UpdateAsync(IRunsOperations, String, String, String, Nullable<Boolean>, CancellationToken) |
Patch the run properties. |
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