ModelCreateRegexEntityRoleResponse type

createRegexEntityRole 操作の応答データを格納します。

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