Udostępnij za pośrednictwem


FeaturesUpdatePhraseListResponse type

Zawiera dane odpowiedzi dla operacji updatePhraseList.

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