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