TestJobOperationsExtensions.Get Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen runbook için test işini alın. 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
Parametreler
- operations
- ITestJobOperations
Bu uzantı yöntemi için işlem grubu.
- resourceGroupName
- String
Azure Kaynak grubunun adı.
- automationAccountautomationAccountName
- String
- runbookName
- String
Runbook adı.
Döndürülenler
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET