ListManagementTermListsRefreshIndexMethodResponse type
包含 refreshIndexMethod 作業的響應數據。
type ListManagementTermListsRefreshIndexMethodResponse = RefreshIndex & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RefreshIndex
}
}