Aracılığıyla paylaş


TestJobOperations class

TestJobOperations'i temsil eden sınıf.

Oluşturucular

TestJobOperations(AutomationClientContext)

TestJobOperations oluşturun.

Yöntemler

create(string, string, string, TestJobCreateParameters, RequestOptionsBase)

Runbook'un test işini oluşturun.

create(string, string, string, TestJobCreateParameters, RequestOptionsBase, ServiceCallback<TestJob>)
create(string, string, string, TestJobCreateParameters, ServiceCallback<TestJob>)
get(string, string, string, RequestOptionsBase)

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

get(string, string, string, RequestOptionsBase, ServiceCallback<TestJob>)
get(string, string, string, ServiceCallback<TestJob>)
resume(string, string, string, RequestOptionsBase)

Test işini sürdür.

resume(string, string, string, RequestOptionsBase, ServiceCallback<void>)
resume(string, string, string, ServiceCallback<void>)
stop(string, string, string, RequestOptionsBase)

Test işini durdurun.

stop(string, string, string, RequestOptionsBase, ServiceCallback<void>)
stop(string, string, string, ServiceCallback<void>)
suspend(string, string, string, RequestOptionsBase)

Test işini askıya alın.

suspend(string, string, string, RequestOptionsBase, ServiceCallback<void>)
suspend(string, string, string, ServiceCallback<void>)

Oluşturucu Ayrıntıları

TestJobOperations(AutomationClientContext)

TestJobOperations oluşturun.

new TestJobOperations(client: AutomationClientContext)

Parametreler

client
AutomationClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

create(string, string, string, TestJobCreateParameters, RequestOptionsBase)

Runbook'un test işini oluşturun.

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

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
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.TestJobCreateResponse>

create(string, string, string, TestJobCreateParameters, RequestOptionsBase, ServiceCallback<TestJob>)

function create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<TestJob>

Geri çağırma

create(string, string, string, TestJobCreateParameters, ServiceCallback<TestJob>)

function create(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: TestJobCreateParameters, callback: ServiceCallback<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.

callback

ServiceCallback<TestJob>

Geri çağırma

get(string, string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<TestJobGetResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.TestJobGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<TestJob>)

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<TestJob>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<TestJob>

Geri çağırma

get(string, string, string, ServiceCallback<TestJob>)

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<TestJob>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

callback

ServiceCallback<TestJob>

Geri çağırma

resume(string, string, string, RequestOptionsBase)

Test işini sürdür.

function resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

resume(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function resume(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

resume(string, string, string, ServiceCallback<void>)

function resume(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

callback

ServiceCallback<void>

Geri çağırma

stop(string, string, string, RequestOptionsBase)

Test işini durdurun.

function stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

stop(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function stop(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

stop(string, string, string, ServiceCallback<void>)

function stop(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

callback

ServiceCallback<void>

Geri çağırma

suspend(string, string, string, RequestOptionsBase)

Test işini askıya alın.

function suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

suspend(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

suspend(string, string, string, ServiceCallback<void>)

function suspend(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

runbookName

string

Runbook adı.

callback

ServiceCallback<void>

Geri çağırma