IRegistryTaskRuns.Cancel(String, String, String) Method
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 function that cancels a task run.
public void Cancel (string rgName, string acrName, string runId);
abstract member Cancel : string * string * string -> unit
Public Sub Cancel (rgName As String, acrName As String, runId As String)
Parameters
- rgName
- String
The resource group of the parent registry.
- acrName
- String
The name of the parent registry.
- runId
- String
The id of the task run.