AutomationAccountUpdateResponse type
Zawiera dane odpowiedzi dla operacji aktualizacji.
type AutomationAccountUpdateResponse = AutomationAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccount
}
}