共用方式為


ModelGetRegexEntityRoleResponse type

包含 getRegexEntityRole 作業的響應數據。

type ModelGetRegexEntityRoleResponse = EntityRole & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole
  }
}