TestJobOperationsExtensions.Get 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.
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
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