WebhookOperationsExtensions.ListAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.WebhookListResponse> ListAsync (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member ListAsync : Microsoft.Azure.Management.Automation.IWebhookOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.WebhookListResponse>
<Extension()>
Public Function ListAsync (operations As IWebhookOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of WebhookListResponse)
Parametreler
- operations
- IWebhookOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- 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