AutomationAccountGetResponse type
Zawiera dane odpowiedzi dla operacji pobierania.
type AutomationAccountGetResponse = AutomationAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccount
}
}