ITestJobOperations Interfaz

Definición

Operaciones TestJobOperations.

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

Métodos

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

Operaciones TestJobOperations.

CreateWithHttpMessagesAsync(String, String, String, TestJobCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Cree un trabajo de prueba del runbook. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

Operaciones TestJobOperations.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere el trabajo de prueba del runbook especificado. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

Operaciones TestJobOperations.

ResumeWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Reanude el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

Operaciones TestJobOperations.

StopWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Detenga el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

Operaciones TestJobOperations.

SuspendWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Suspenda el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

Métodos de extensión

Create(ITestJobOperations, String, String, TestJobCreateParameters)

Operaciones TestJobOperations.

Create(ITestJobOperations, String, String, String, TestJobCreateParameters)

Cree un trabajo de prueba del runbook. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

Operaciones TestJobOperations.

CreateAsync(ITestJobOperations, String, String, String, TestJobCreateParameters, CancellationToken)

Cree un trabajo de prueba del runbook. http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

Recupere el trabajo de prueba del runbook especificado. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

Operaciones TestJobOperations.

GetAsync(ITestJobOperations, String, String, String, CancellationToken)

Recupere el trabajo de prueba del runbook especificado. http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

Reanude el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

Operaciones TestJobOperations.

ResumeAsync(ITestJobOperations, String, String, String, CancellationToken)

Reanude el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

Detenga el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

Operaciones TestJobOperations.

StopAsync(ITestJobOperations, String, String, String, CancellationToken)

Detenga el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

Suspenda el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

Operaciones TestJobOperations.

SuspendAsync(ITestJobOperations, String, String, String, CancellationToken)

Suspenda el trabajo de prueba. http://aka.ms/azureautomationsdk/testjoboperations

Se aplica a