Sdílet prostřednictvím


ITestJobOperations Rozhraní

Definice

Operace TestJobOperations.

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

Metody

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

Operace TestJobOperations.

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

Vytvořte testovací úlohu runbooku. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

Operace TestJobOperations.

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

Načte testovací úlohu pro zadaný runbook. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

Operace TestJobOperations.

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

Obnovte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

Operace TestJobOperations.

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

Zastavte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

Operace TestJobOperations.

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

Pozastavte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

Metody rozšíření

Create(ITestJobOperations, String, String, TestJobCreateParameters)

Operace TestJobOperations.

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

Vytvořte testovací úlohu runbooku. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

Operace TestJobOperations.

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

Vytvořte testovací úlohu runbooku. http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

Načte testovací úlohu pro zadaný runbook. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

Operace TestJobOperations.

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

Načte testovací úlohu pro zadaný runbook. http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

Obnovte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

Operace TestJobOperations.

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

Obnovte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

Zastavte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

Operace TestJobOperations.

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

Zastavte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

Pozastavte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

Operace TestJobOperations.

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

Pozastavte testovací úlohu. http://aka.ms/azureautomationsdk/testjoboperations

Platí pro