SourceControlListByAutomationAccountResponse type
listByAutomationAccount 操作の応答データが含まれます。
type SourceControlListByAutomationAccountResponse = SourceControlListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControlListResult
}
}