Delen via


ListManagementTermListsRefreshIndexMethodResponse type

Bevat antwoordgegevens voor de bewerking refreshIndexMethod.

type ListManagementTermListsRefreshIndexMethodResponse = RefreshIndex & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RefreshIndex
  }
}