SourceControlSyncJobListByAutomationAccountResponse type
Obsahuje data odpovědi pro operaci listByAutomationAccount.
type SourceControlSyncJobListByAutomationAccountResponse =
SourceControlSyncJobListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControlSyncJobListResult
}
}