ModelUpdateRegexEntityModelResponse type
Contains response data for the updateRegexEntityModel operation.
type ModelUpdateRegexEntityModelResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}