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