TestJobOperationsExtensions.ResumeAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
- String
- automationAccount
- String
- runbookName
- String
Retouren
Task<Microsoft.Azure.AzureOperationResponse>
Van toepassing op
ResumeAsync(ITestJobOperations, String, String, String, CancellationToken)
De testtaak hervatten. 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
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
Naam van een Azure-resourcegroep.
- automationAccountName
- String
De naam van het Automation-account.
- runbookName
- String
De naam van het runbook.
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Van toepassing op
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET