Aracılığıyla paylaş


AutomationAccountUpdateResponse type

Güncelleştirme işlemi için yanıt verilerini içerir.

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