AutomationAccountCreateOrUpdateResponse type
Содержит данные ответа для операции createOrUpdate.
type AutomationAccountCreateOrUpdateResponse = AutomationAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccount
}
}