AutomationAccountListResponse type
Berisi data respons untuk operasi daftar.
type AutomationAccountListResponse = AutomationAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccountListResult
}
}