Condividi tramite


ITestJobOperations Interfaccia

Definizione

Operazioni TestJobOperations.

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

Metodi

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

Operazioni TestJobOperations.

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

Creare un processo di test del runbook. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

Operazioni TestJobOperations.

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

Recuperare il processo di test per il runbook specificato. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

Operazioni TestJobOperations.

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

Riprendere il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

Operazioni TestJobOperations.

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

Arrestare il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

Operazioni TestJobOperations.

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

Sospendere il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

Metodi di estensione

Create(ITestJobOperations, String, String, TestJobCreateParameters)

Operazioni TestJobOperations.

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

Creare un processo di test del runbook. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

Operazioni TestJobOperations.

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

Creare un processo di test del runbook. http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

Recuperare il processo di test per il runbook specificato. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

Operazioni TestJobOperations.

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

Recuperare il processo di test per il runbook specificato. http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

Riprendere il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

Operazioni TestJobOperations.

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

Riprendere il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

Arrestare il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

Operazioni TestJobOperations.

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

Arrestare il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

Sospendere il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

Operazioni TestJobOperations.

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

Sospendere il processo di test. http://aka.ms/azureautomationsdk/testjoboperations

Si applica a