Udostępnij za pośrednictwem


FeaturesDeletePhraseListResponse type

Zawiera dane odpowiedzi dla operacji deletePhraseList.

type FeaturesDeletePhraseListResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}