Поделиться через


ListManagementTermListsDeleteMethodResponse type

Содержит данные ответа для операции deleteMethod.

type ListManagementTermListsDeleteMethodResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}