ModelCreateRegexEntityModelResponse type

يحتوي على بيانات الاستجابة لعملية createRegexEntityModel.

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