Aracılığıyla paylaş


TestJobOperations interface

TestJobOperations'ı temsil eden arabirim.

Yöntemler

create(string, string, string, TestJobCreateParameters, TestJobCreateOptionalParams)

Runbook'un test işini oluşturun.

get(string, string, string, TestJobGetOptionalParams)

Belirtilen runbook için test işini alın.

resume(string, string, string, TestJobResumeOptionalParams)

Test işini sürdür.

stop(string, string, string, TestJobStopOptionalParams)

Test işini durdurun.

suspend(string, string, string, TestJobSuspendOptionalParams)

Test işini askıya alın.

Yöntem Ayrıntıları

create(string, string, string, TestJobCreateParameters, TestJobCreateOptionalParams)

Runbook'un test işini oluşturun.

function create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, options?: TestJobCreateOptionalParams): Promise<TestJob>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Test işi oluşturma işlemine sağlanan parametreler.

parameters
TestJobCreateParameters

Test işi oluşturma işlemine sağlanan parametreler.

options
TestJobCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<TestJob>

get(string, string, string, TestJobGetOptionalParams)

Belirtilen runbook için test işini alın.

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobGetOptionalParams): Promise<TestJob>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
TestJobGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<TestJob>

resume(string, string, string, TestJobResumeOptionalParams)

Test işini sürdür.

function resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobResumeOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
TestJobResumeOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

stop(string, string, string, TestJobStopOptionalParams)

Test işini durdurun.

function stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStopOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
TestJobStopOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

suspend(string, string, string, TestJobSuspendOptionalParams)

Test işini askıya alın.

function suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobSuspendOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
TestJobSuspendOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>