RunsOperationsExtensions Class
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.
Extension methods for RunsOperations.
public static class RunsOperationsExtensions
type RunsOperationsExtensions = class
Public Module RunsOperationsExtensions
- Inheritance
-
RunsOperationsExtensions
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET