AutomationAccountGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type AutomationAccountGetResponse = AutomationAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccount
}
}