Delen via


TestJobOperationsExtensions.Get Methode

Definitie

Haal de testtaak voor het opgegeven runbook op. http://aka.ms/azureautomationsdk/testjoboperations

public static Microsoft.Azure.Management.Automation.Models.TestJobGetResponse Get (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
public static Microsoft.Azure.Management.Automation.Models.TestJob Get (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName);
static member Get : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.TestJobGetResponse
static member Get : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.TestJob
<Extension()>
Public Function Get (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As TestJobGetResponse
<Extension()>
Public Function Get (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String) As TestJob

Parameters

operations
ITestJobOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van een Azure-resourcegroep.

automationAccountautomationAccountName
String
runbookName
String

De naam van het runbook.

Retouren

Van toepassing op