JobCancellations interface
Rozhraní představující JobCancellations.
Metody
trigger(string, string, string, Job |
Zruší úlohu. Toto je asynchronní operace. Pokud chcete zjistit stav zrušení, zavolejte rozhraní API GetCancelOperationResult. |
Podrobnosti metody
trigger(string, string, string, JobCancellationsTriggerOptionalParams)
Zruší úlohu. Toto je asynchronní operace. Pokud chcete zjistit stav zrušení, zavolejte rozhraní API GetCancelOperationResult.
function trigger(vaultName: string, resourceGroupName: string, jobName: string, options?: JobCancellationsTriggerOptionalParams): Promise<void>
Parametry
- vaultName
-
string
Název trezoru služby Recovery Services.
- resourceGroupName
-
string
Název skupiny prostředků, ve které je trezor služby Recovery Services.
- jobName
-
string
Název úlohy, kterou chcete zrušit.
Parametry možností
Návraty
Promise<void>