Condividi tramite


TestJobOperationsExtensions.Resume Metodo

Definizione

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

public static Microsoft.Azure.AzureOperationResponse Resume (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
public static void Resume (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName);
static member Resume : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse
static member Resume : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> unit
<Extension()>
Public Function Resume (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As AzureOperationResponse
<Extension()>
Public Sub Resume (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String)

Parametri

operations
ITestJobOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome di un gruppo di risorse di Azure.

automationAccountautomationAccountName
String
runbookName
String

Nome del runbook.

Restituisce

Microsoft.Azure.AzureOperationResponse

Si applica a