JobStreamOperationsExtensions.GetTestJobStream 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.
public static Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse GetTestJobStream (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccount, string runbookName, string jobStreamId);
static member GetTestJobStream : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse
<Extension()>
Public Function GetTestJobStream (operations As IJobStreamOperations, resourceGroupName As String, automationAccount As String, runbookName As String, jobStreamId As String) As JobStreamGetResponse
Parametreler
- operations
- IJobStreamOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
- jobStreamId
- String
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