Condividi tramite


ISourceControlSyncJobOperations.ListByAutomationAccountWithHttpMessagesAsync Metodo

Definizione

Recuperare un elenco di processi di sincronizzazione del controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob>>> ListByAutomationAccountWithHttpMessagesAsync (string resourceGroupName, string automationAccountName, string sourceControlName, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByAutomationAccountWithHttpMessagesAsync : string * string * 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.SourceControlSyncJob>>>
Public Function ListByAutomationAccountWithHttpMessagesAsync (resourceGroupName As String, automationAccountName As String, sourceControlName As String, Optional filter 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 SourceControlSyncJob)))

Parametri

resourceGroupName
String

Nome di un gruppo di risorse di Azure.

automationAccountName
String

Nome dell'account di automazione.

sourceControlName
String

Nome del controllo del codice sorgente.

filter
String

Filtro da applicare all'operazione.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generata quando l'operazione ha restituito un codice di stato non valido

Generata quando non è possibile deserializzare la risposta

Generata quando un parametro obbligatorio è Null

Si applica a