TestJobOperations class
TestJobOperations'i temsil eden sınıf.
Oluşturucular
| Test |
TestJobOperations oluşturun. |
Yöntemler
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<TestJobCreateResponse>
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
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
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<TestJobGetResponse>
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
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
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