ModelGetRegexEntityRoleResponse type
getRegexEntityRole işlemi için yanıt verilerini içerir.
type ModelGetRegexEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}