AutomationAccountGetResponse type
Berisi data respons untuk operasi get.
type AutomationAccountGetResponse = AutomationAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccount
}
}