TestJobOperationsExtensions.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetAsync(ITestJobOperations, String, String, String) | |
GetAsync(ITestJobOperations, String, String, String, CancellationToken) |
Rufen Sie den Testauftrag für das angegebene Runbook ab. http://aka.ms/azureautomationsdk/testjoboperations |
GetAsync(ITestJobOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJobGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member GetAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJobGetResponse>
<Extension()>
Public Function GetAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of TestJobGetResponse)
Parameter
- operations
- ITestJobOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
Gibt zurück
Gilt für:
GetAsync(ITestJobOperations, String, String, String, CancellationToken)
Rufen Sie den Testauftrag für das angegebene Runbook ab. http://aka.ms/azureautomationsdk/testjoboperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJob> GetAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJob>
<Extension()>
Public Function GetAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TestJob)
Parameter
- operations
- ITestJobOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- runbookName
- String
Der Runbookname.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET