WatcherOperationsExtensions.ListByAutomationAccountAsync 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.
İzleyicilerin listesini alın. http://aka.ms/azureautomationsdk/watcheroperations
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Watcher>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.Watcher> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.Watcher> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Watcher>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IWatcherOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of Watcher) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Watcher))
Parametreler
- operations
- IWatcherOperations
Bu uzantı yönteminin işlem grubu.
- resourceGroupName
- String
Azure Kaynak grubunun adı.
- automationAccountName
- String
Otomasyon hesabının adı.
- odataQuery
- ODataQuery<Watcher>
İşleme uygulanacak OData parametreleri.
- cancellationToken
- CancellationToken
İptal belirteci.
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