AutomationAccountListResponse type
Obsahuje data odpovědi pro operaci výpisu.
type AutomationAccountListResponse = AutomationAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccountListResult
}
}