AutomationAccountGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type AutomationAccountGetResponse = AutomationAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccount
}
}