SourceControlListByAutomationAccountNextResponse type
Contém dados de resposta para a operação listByAutomationAccountNext.
type SourceControlListByAutomationAccountNextResponse =
SourceControlListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControlListResult
}
}