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