Freigeben über


AutomationAccountUpdateResponse type

Enthält Antwortdaten für den Aktualisierungsvorgang.

type AutomationAccountUpdateResponse = AutomationAccount & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AutomationAccount
  }
}