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