ModelCreateRegexEntityRoleResponse type

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

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