TestJobOperationsExtensions.Get Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recuperare il processo di test per il runbook specificato. 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
Parametri
- operations
- ITestJobOperations
Gruppo di operazioni per questo metodo di estensione.
- resourceGroupName
- String
Nome di un gruppo di risorse di Azure.
- automationAccountautomationAccountName
- String
- runbookName
- String
Nome del runbook.
Restituisce
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.