RunsClient Interface
public interface RunsClient
An instance of this class provides access to all the operations defined in RunsClient.
Method Summary
Method Details
beginCancel
public abstract SyncPoller
Cancel an existing run.
Parameters:
Returns:
beginCancel
public abstract SyncPoller
Cancel an existing run.
Parameters:
Returns:
beginCancelAsync
public abstract PollerFlux
Cancel an existing run.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Patch the run properties.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Patch the run properties.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Patch the run properties.
Parameters:
Returns:
cancel
public abstract void cancel(String resourceGroupName, String registryName, String runId)
Cancel an existing run.
Parameters:
cancel
public abstract void cancel(String resourceGroupName, String registryName, String runId, Context context)
Cancel an existing run.
Parameters:
cancelAsync
public abstract Mono
Cancel an existing run.
Parameters:
Returns:
cancelWithResponseAsync
public abstract Mono
Cancel an existing run.
Parameters:
Returns:
get
public abstract RunInner get(String resourceGroupName, String registryName, String runId)
Gets the detailed information for a given run.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the detailed information for a given run.
Parameters:
Returns:
getLogSasUrl
public abstract RunGetLogResultInner getLogSasUrl(String resourceGroupName, String registryName, String runId)
Gets a link to download the run logs.
Parameters:
Returns:
getLogSasUrlAsync
public abstract Mono
Gets a link to download the run logs.
Parameters:
Returns:
getLogSasUrlWithResponse
public abstract Response
Gets a link to download the run logs.
Parameters:
Returns:
getLogSasUrlWithResponseAsync
public abstract Mono
Gets a link to download the run logs.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the detailed information for a given run.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the detailed information for a given run.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the runs for a registry.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the runs for a registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all the runs for a registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all the runs for a registry.
Parameters:
Returns:
update
public abstract RunInner update(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters)
Patch the run properties.
Parameters:
Returns:
update
public abstract RunInner update(String resourceGroupName, String registryName, String runId, RunUpdateParameters runUpdateParameters, Context context)
Patch the run properties.
Parameters:
Returns:
updateAsync
public abstract Mono
Patch the run properties.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Patch the run properties.
Parameters:
Returns:
Applies to
Azure SDK for Java