Aracılığıyla paylaş


ListManagementTermListsRefreshIndexMethodResponse type

refreshIndexMethod işlemi için yanıt verilerini içerir.

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