ModelGetEntityRoleResponse type
Содержит данные ответа для операции getEntityRole.
type ModelGetEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}