SourceControlListByAutomationAccountNextResponse type
Enthält Antwortdaten für den ListByAutomationAccountNext-Vorgang.
type SourceControlListByAutomationAccountNextResponse =
SourceControlListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControlListResult
}
}