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. |