Udostępnij za pośrednictwem


ListManagementTermListsRefreshIndexMethodResponse type

Zawiera dane odpowiedzi dla operacji refreshIndexMethod.

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