Delen via


AutomationAccountCreateOrUpdateResponse type

Bevat antwoordgegevens voor de createOrUpdate-bewerking.

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