Delen via


ConnectionCreateOrUpdateResponse type

Bevat antwoordgegevens voor de createOrUpdate-bewerking.

type ConnectionCreateOrUpdateResponse = Connection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Connection
  }
}