SourceControlListByAutomationAccountNextResponse type
listByAutomationAccountNext işlemi için yanıt verilerini içerir.
type SourceControlListByAutomationAccountNextResponse =
SourceControlListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControlListResult
}
}