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