TestJobOperationsExtensions.ResumeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResumeAsync(ITestJobOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> ResumeAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member ResumeAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function ResumeAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of AzureOperationResponse)
Parameters
- operations
- ITestJobOperations
- resourceGroupName
- System.String
- automationAccount
- System.String
- runbookName
- System.String
Returns
- System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Applies to
ResumeAsync(ITestJobOperations, String, String, String, CancellationToken)
Resume the test job. http://aka.ms/azureautomationsdk/testjoboperations
public static System.Threading.Tasks.Task ResumeAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member ResumeAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResumeAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- ITestJobOperations
The operations group for this extension method.
- resourceGroupName
- System.String
Name of an Azure Resource group.
- automationAccountName
- System.String
The name of the automation account.
- runbookName
- System.String
The runbook name.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task