ModelGetRegexEntityRoleResponse type
Enthält Antwortdaten für den GetRegexEntityRole-Vorgang.
type ModelGetRegexEntityRoleResponse = EntityRole & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntityRole
}
}