ConnectionTypeListByAutomationAccountResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccount.
type ConnectionTypeListByAutomationAccountResponse =
ConnectionTypeListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionTypeListResult
}
}