AutomationAccountUpdateResponse type
Contains response data for the update operation.
type AutomationAccountUpdateResponse = AutomationAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccount
}
}