Поделиться через


ModelCreateCustomPrebuiltEntityRoleResponse type

Содержит данные ответа для операции createCustomPrebuiltEntityRole.

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