IJobOperations.ListByAutomationAccountNextWithHttpMessagesAsync 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.
İşlerin listesini alma. http://aka.ms/azureautomationsdk/joboperations
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobCollectionItem>>> ListByAutomationAccountNextWithHttpMessagesAsync (string nextPageLink, string clientRequestId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByAutomationAccountNextWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobCollectionItem>>>
Public Function ListByAutomationAccountNextWithHttpMessagesAsync (nextPageLink As String, Optional clientRequestId As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of JobCollectionItem)))
Parametreler
- nextPageLink
- String
Önceki başarılı List işlemi çağrısından NextLink.
- clientRequestId
- String
Bu özel istemci isteğini tanımlar.
- customHeaders
- Dictionary<String,List<String>>
İsteğe eklenecek üst bilgiler.
- cancellationToken
- CancellationToken
İptal belirteci.
Döndürülenler
Özel durumlar
İşlem geçersiz bir durum kodu döndürdiğinde oluşturuldu
Yanıtın seri durumdan çıkarılamadığında oluşturulur
Gerekli bir parametre null olduğunda oluşturulur
Ş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