Partager via


ListManagementTermListsRefreshIndexMethodResponse type

Contient des données de réponse pour l’opération refreshIndexMethod.

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