ListManagementTermListsRefreshIndexMethodResponse type
Contiene i dati di risposta per l'operazione refreshIndexMethod.
type ListManagementTermListsRefreshIndexMethodResponse = RefreshIndex & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RefreshIndex
}
}